#642117

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

Shades of Red Oxide #642117

Tints of Red Oxide #642117

Color information

#642117 (or 0x642117) is unknown color: approx 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

RGB1003323-
CMYK00.670.770.61
HSL7.79º62.6%24.12%-
HSV(B)7.79º77%39.22%-
XYZ5.953.861.24-
YUV51.89111.7162.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 64.10%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 23 (9.38% from 255) = 14.74%
R=64.10%
G=21.15%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100332300.670.770.617.7962.624.12
Hex6421170434D3D83f18
Octal1444127010311575107730
Binary110010010000110111010000111001101111101100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>