Html Css Color HEX #641E15 Red Oxide

📋 copy color: '#641E15'

red 100 ◦ green 30 ◦ blue 21

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

Shades of Red Oxide #641E15

Tints of Red Oxide #641E15

RGB

 RED value IS 100 (39.45% from 255) = 66.23%

 GREEN value IS 30 (12.11% from 255) = 19.87%

 BLUE value IS 21 (8.59% from 255) = 13.91%

R = 66.23%
G = 19.87%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#641E15 (or 0x641E15) is known color: Red Oxide. HEX triplet: 64, 1E and 15. RGB value is (100,30,21). Sum of RGB (Red+Green+Blue) = 100+30+21=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #641E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641E15 is #9BE1EA. Grayscale: #323232. Windows color (decimal): -10215915 or 1384036. OLE color: 1384036.

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

Color convert

RGB 100 30 21 -
CMYK 0 0.70 0.79 0.61
HSL 6.84º 0.65% 0.24% -
HSV(B) 6.84º 0.79% 0.39% -
XYZ 5.86 3.69 1.11 -
YUV 49.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 100 30 21 0 0.70 0.79 0.61 6.84 0.65 0.24
Hex 64 1E 15 0 46 4F 3D 7 41 18
Octal 144 36 25 0 106 117 75 7 101 30
Binary 1100100 11110 10101 0 1000110 1001111 111101 111 1000001 11000

Color Harmonies of #641E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641E15

Black with #641E15

Text Example


Text Example

White with #641E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #641E15;
 }
 .AnyTagClassName
 {
   color: #641E15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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