#641E12

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

Shades of Red Oxide #641E12

Tints of Red Oxide #641E12

Color information

#641E12 (or 0x641E12) is unknown color: approx Red Oxide. HEX triplet: 64, 1E and 12. RGB value is (100,30,18). Sum of RGB (Red+Green+Blue) = 100+30+18=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #641E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641E12 is #9BE1ED. Grayscale: #313131. Windows color (decimal): -10215918 or 1187428. OLE color: 1187428.

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

Color convert

RGB1003018-
CMYK00.700.820.61
HSL8.78º69.49%23.14%-
HSV(B)8.78º82%39.22%-
XYZ5.833.680.98-
YUV49.56110.19163.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 67.57%
GREEN value IS 30 (12.11% from 255) = 20.27%
BLUE value IS 18 (7.42% from 255) = 12.16%
R=67.57%
G=20.27%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100301800.700.820.618.7869.4923.14
Hex641E12046523D94517
Octal14436220106122751110527
Binary110010011110100100100011010100101111011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641E12; }

 p { color: rgb(100,30,18); }

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

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

 a { background-color: rgb(100,30,18); }

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

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

 span { border-color: rgb(100,30,18); }

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