Html Css Color HEX #641E12 Red Oxide

📋 copy color: '#641E12'

red 100 ◦ green 30 ◦ blue 18

#641E12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #641E12

Tints of Red Oxide #641E12

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 value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#641E12 (or 0x641E12) is known color: 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

RGB 100 30 18 -
CMYK 0 0.70 0.82 0.61
HSL 8.78º 0.69% 0.23% -
HSV(B) 8.78º 0.82% 0.39% -
XYZ 5.83 3.68 0.98 -
YUV 49.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 100 30 18 0 0.70 0.82 0.61 8.78 0.69 0.23
Hex 64 1E 12 0 46 52 3D 9 45 17
Octal 144 36 22 0 106 122 75 11 105 27
Binary 1100100 11110 10010 0 1000110 1010010 111101 1001 1000101 10111

Color Harmonies of #641E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641E12

Black with #641E12

Text Example


Text Example

White with #641E12

Text Example


Text Example

HTML Codes & Css Web 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>