Html Css Color HEX #642117 Red Oxide

📋 copy color: '#642117'

red 100 ◦ green 33 ◦ blue 23

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

Shades of Red Oxide #642117

Tints of Red Oxide #642117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.15%

 BLUE value IS 23 (9.38% from 255) = 14.74%

R = 64.1%
G = 21.15%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#642117 (or 0x642117) is known color: Red Oxide. HEX triplet: 64, 21 and 17. RGB value is (100,33,23). Sum of RGB (Red+Green+Blue) = 100+33+23=156 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.10% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 100 - color contains mainly: red. Hex color #642117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642117 is #9BDEE8. Grayscale: #343434. Windows color (decimal): -10215145 or 1515876. OLE color: 1515876.

HSL color Cylindrical-coordinate representation of color #642117: hue angle of 7.79º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #642117 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 33 23 -
CMYK 0 0.67 0.77 0.61
HSL 7.79º 0.63% 0.24% -
HSV(B) 7.79º 0.77% 0.39% -
XYZ 5.95 3.86 1.24 -
YUV 51.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 100 33 23 0 0.67 0.77 0.61 7.79 0.63 0.24
Hex 64 21 17 0 43 4D 3D 8 3F 18
Octal 144 41 27 0 103 115 75 10 77 30
Binary 1100100 100001 10111 0 1000011 1001101 111101 1000 111111 11000

Color Harmonies of #642117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642117

Black with #642117

Text Example


Text Example

White with #642117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642117; }

 p { color: rgb(100,33,23); }

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

background-color css

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

 a { background-color: rgb(100,33,23); }

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

border-color css

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

 span { border-color: rgb(100,33,23); }

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