Html Css Color HEX #642017 Red Oxide

📋 copy color: '#642017'

red 100 ◦ green 32 ◦ blue 23

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

Shades of Red Oxide #642017

Tints of Red Oxide #642017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

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

R = 64.52%
G = 20.65%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#642017 (or 0x642017) is known color: Red Oxide. HEX triplet: 64, 20 and 17. RGB value is (100,32,23). Sum of RGB (Red+Green+Blue) = 100+32+23=155 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.52% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 100 - color contains mainly: red. Hex color #642017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642017 is #9BDFE8. Grayscale: #333333. Windows color (decimal): -10215401 or 1515620. OLE color: 1515620.

HSL color Cylindrical-coordinate representation of color #642017: hue angle of 7.01º 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 #642017 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 32 23 -
CMYK 0 0.68 0.77 0.61
HSL 7.01º 0.63% 0.24% -
HSV(B) 7.01º 0.77% 0.39% -
XYZ 5.93 3.8 1.23 -
YUV 51.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 100 32 23 0 0.68 0.77 0.61 7.01 0.63 0.24
Hex 64 20 17 0 44 4D 3D 7 3F 18
Octal 144 40 27 0 104 115 75 7 77 30
Binary 1100100 100000 10111 0 1000100 1001101 111101 111 111111 11000

Color Harmonies of #642017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642017

Black with #642017

Text Example


Text Example

White with #642017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642017; }

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

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

background-color css

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

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

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

border-color css

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

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

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