#65221B

Color #65221B Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #65221B

Tints of Red Oxide #65221B

Color information

#65221B (or 0x65221B) is unknown color: approx Red Oxide. HEX triplet: 65, 22 and 1B. RGB value is (101,34,27). Sum of RGB (Red+Green+Blue) = 101+34+27=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #65221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65221B is #9ADDE4. Grayscale: #353535. Windows color (decimal): -10149349 or 1778277. OLE color: 1778277.

HSL color Cylindrical-coordinate representation of color #65221B: hue angle of 5.68º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65221B is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1013427-
CMYK00.660.730.60
HSL5.68º57.81%25.1%-
HSV(B)5.68º73.27%39.61%-
XYZ6.143.991.48-
YUV53.24113.2162.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 62.35%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 27 (10.94% from 255) = 16.67%
R=62.35%
G=20.99%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101342700.660.730.605.6857.8125.1
Hex65221B042493C63a19
Octal145423301021117467231
Binary11001011000101101101000010100100111110011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65221B; }

 p { color: rgb(101,34,27); }

 H1.HeaderClassName
 {
   color: #65221B;
 }
 .AnyTagClassName
 {
   color: #65221B;
 }
</style>
background-color css

<style>
 a { background-color: #65221B; }

 a { background-color: rgb(101,34,27); }

 div.DivClassName
 {
   background-color: #65221B;
 }
 .BgClassName
 {
   background-color: #65221B;
 }
</style>
border-color css

<style>
 span { border-color: #65221B; }

 span { border-color: rgb(101,34,27); }

 td.TdClassName
 {
   border-color: #65221B;
 }
 .TagClassName
 {
   border-color: #65221B;
 }
</style>