#64170B

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

Shades of Red Oxide #64170B

Tints of Red Oxide #64170B

Color information

#64170B (or 0x64170B) is unknown color: approx Red Oxide. HEX triplet: 64, 17 and 0B. RGB value is (100,23,11). Sum of RGB (Red+Green+Blue) = 100+23+11=134 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.63% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 100 - color contains mainly: red. Hex color #64170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64170B is #9BE8F4. Grayscale: #2C2C2C. Windows color (decimal): -10217717 or 726884. OLE color: 726884.

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

Color convert

RGB1002311-
CMYK00.770.890.61
HSL8.09º80.18%21.76%-
HSV(B)8.09º89%39.22%-
XYZ5.623.350.67-
YUV44.65109.01167.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 74.63%
GREEN value IS 23 (9.38% from 255) = 17.16%
BLUE value IS 11 (4.69% from 255) = 8.21%
R=74.63%
G=17.16%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100231100.770.890.618.0980.1821.76
Hex6417B04D593D85016
Octal14427130115131751012026
Binary11001001011110110100110110110011111011000101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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