#64110B

Color #64110B Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #64110B

Tints of Red Oxide #64110B

Color information

#64110B (or 0x64110B) is unknown color: approx Red Oxide. HEX triplet: 64, 11 and 0B. RGB value is (100,17,11). Sum of RGB (Red+Green+Blue) = 100+17+11=128 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.12% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 100 - color contains mainly: red. Hex color #64110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64110B is #9BEEF4. Grayscale: #292929. Windows color (decimal): -10219253 or 725348. OLE color: 725348.

HSL color Cylindrical-coordinate representation of color #64110B: hue angle of 4.04º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64110B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB1001711-
CMYK00.830.890.61
HSL4.04º80.18%21.76%-
HSV(B)4.04º89%39.22%-
XYZ5.523.130.63-
YUV41.13111169.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 78.12%
GREEN value IS 17 (7.03% from 255) = 13.28%
BLUE value IS 11 (4.69% from 255) = 8.59%
R=78.12%
G=13.28%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100171100.830.890.614.0480.1821.76
Hex6411B053593D45016
Octal1442113012313175412026
Binary1100100100011011010100111011001111101100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64110B; }

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

 H1.HeaderClassName
 {
   color: #64110B;
 }
 .AnyTagClassName
 {
   color: #64110B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #64110B;
 }
 .BgClassName
 {
   background-color: #64110B;
 }
</style>
border-color css

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

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

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