#642118

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

Shades of Red Oxide #642118

Tints of Red Oxide #642118

Color information

#642118 (or 0x642118) is unknown color: approx Red Oxide. HEX triplet: 64, 21 and 18. RGB value is (100,33,24). Sum of RGB (Red+Green+Blue) = 100+33+24=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #642118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642118 is #9BDEE7. Grayscale: #343434. Windows color (decimal): -10215144 or 1581412. OLE color: 1581412.

HSL color Cylindrical-coordinate representation of color #642118: hue angle of 7.11º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642118 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB1003324-
CMYK00.670.760.61
HSL7.11º61.29%24.31%-
HSV(B)7.11º76%39.22%-
XYZ5.963.861.3-
YUV52.01112.2162.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 63.69%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=63.69%
G=21.02%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100332400.670.760.617.1161.2924.31
Hex6421180434C3D73d18
Octal144413001031147577530
Binary11001001000011100001000011100110011110111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642118; }

 p { color: rgb(100,33,24); }

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

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

 a { background-color: rgb(100,33,24); }

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

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

 span { border-color: rgb(100,33,24); }

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