#62160C

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

Shades of Red Oxide #62160C

Tints of Red Oxide #62160C

Color information

#62160C (or 0x62160C) is unknown color: approx Red Oxide. HEX triplet: 62, 16 and 0C. RGB value is (98,22,12). Sum of RGB (Red+Green+Blue) = 98+22+12=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #62160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62160C is #9DE9F3. Grayscale: #2B2B2B. Windows color (decimal): -10349044 or 792162. OLE color: 792162.

HSL color Cylindrical-coordinate representation of color #62160C: hue angle of 6.98º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62160C is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB982212-
CMYK00.780.880.62
HSL6.98º78.18%21.57%-
HSV(B)6.98º87.76%38.43%-
XYZ5.393.20.68-
YUV43.58110.18166.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.24%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 12 (5.08% from 255) = 9.09%
R=74.24%
G=16.67%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98221200.780.880.626.9878.1821.57
Hex6216C04E583E74e16
Octal1422614011613076711626
Binary1100010101101100010011101011000111110111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62160C; }

 p { color: rgb(98,22,12); }

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

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

 a { background-color: rgb(98,22,12); }

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

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

 span { border-color: rgb(98,22,12); }

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