Html Css Color HEX #642011 Red Oxide

📋 copy color: '#642011'

red 100 ◦ green 32 ◦ blue 17

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

Shades of Red Oxide #642011

Tints of Red Oxide #642011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.41%

R = 67.11%
G = 21.48%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#642011 (or 0x642011) is known color: Red Oxide. HEX triplet: 64, 20 and 11. RGB value is (100,32,17). Sum of RGB (Red+Green+Blue) = 100+32+17=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #642011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642011 is #9BDFEE. Grayscale: #323232. Windows color (decimal): -10215407 or 1122404. OLE color: 1122404.

HSL color Cylindrical-coordinate representation of color #642011: hue angle of 10.84º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #642011 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 32 17 -
CMYK 0 0.68 0.83 0.61
HSL 10.84º 0.71% 0.23% -
HSV(B) 10.84º 0.83% 0.39% -
XYZ 5.87 3.78 0.95 -
YUV 50.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 100 32 17 0 0.68 0.83 0.61 10.84 0.71 0.23
Hex 64 20 11 0 44 53 3D B 47 17
Octal 144 40 21 0 104 123 75 13 107 27
Binary 1100100 100000 10001 0 1000100 1010011 111101 1011 1000111 10111

Color Harmonies of #642011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642011

Black with #642011

Text Example


Text Example

White with #642011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642011; }

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

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

background-color css

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

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

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

border-color css

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

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

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