#642013

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

Shades of Red Oxide #642013

Tints of Red Oxide #642013

Color information

#642013 (or 0x642013) is unknown color: approx Red Oxide. HEX triplet: 64, 20 and 13. RGB value is (100,32,19). Sum of RGB (Red+Green+Blue) = 100+32+19=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #642013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642013 is #9BDFEC. Grayscale: #323232. Windows color (decimal): -10215405 or 1253476. OLE color: 1253476.

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

Color convert

RGB1003219-
CMYK00.680.810.61
HSL9.63º68.07%23.33%-
HSV(B)9.63º81%39.22%-
XYZ5.893.791.04-
YUV50.85110.03163.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.23%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=66.23%
G=21.19%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100321900.680.810.619.6368.0723.33
Hex642013044513Da4417
Octal14440230104121751210427
Binary1100100100000100110100010010100011111011010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642013; }

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

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

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

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

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

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

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

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