#642219

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

Shades of Red Oxide #642219

Tints of Red Oxide #642219

Color information

#642219 (or 0x642219) is unknown color: approx Red Oxide. HEX triplet: 64, 22 and 19. RGB value is (100,34,25). Sum of RGB (Red+Green+Blue) = 100+34+25=159 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.89% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 100 - color contains mainly: red. Hex color #642219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642219 is #9BDDE6. Grayscale: #343434. Windows color (decimal): -10214887 or 1647204. OLE color: 1647204.

HSL color Cylindrical-coordinate representation of color #642219: hue angle of 7.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642219 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB1003425-
CMYK00.660.750.61
HSL7.2º60%24.51%-
HSV(B)7.2º75%39.22%-
XYZ63.921.36-
YUV52.71112.37161.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.89%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 25 (10.16% from 255) = 15.72%
R=62.89%
G=21.38%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100342500.660.750.617.26024.51
Hex6422190424B3D73c19
Octal144423101021137577431
Binary11001001000101100101000010100101111110111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642219; }

 p { color: rgb(100,34,25); }

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

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

 a { background-color: rgb(100,34,25); }

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

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

 span { border-color: rgb(100,34,25); }

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