#642011

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

Shades of Red Oxide #642011

Tints of Red Oxide #642011

Color information

#642011 (or 0x642011) is unknown color: approx Red Oxide. HEX triplet: 64, 20 and 11. RGB value is (100,32,17). Sum of RGB (Red+Green+Blue) = 100+32+17=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #642011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642011 is #9BDFEE. Grayscale: #323232. Windows color (decimal): -10215407 or 1122404. OLE color: 1122404.

HSL color Cylindrical-coordinate representation of color #642011: hue angle of 10.84º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #642011 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB1003217-
CMYK00.680.830.61
HSL10.84º70.94%22.94%-
HSV(B)10.84º83%39.22%-
XYZ5.873.780.95-
YUV50.62109.03163.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 67.11%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=67.11%
G=21.48%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100321700.680.830.6110.8470.9422.94
Hex642011044533Db4717
Octal14440210104123751310727
Binary1100100100000100010100010010100111111011011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642011; }

 p { color: rgb(100,32,17); }

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

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

 a { background-color: rgb(100,32,17); }

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

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

 span { border-color: rgb(100,32,17); }

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