#62110D

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

Shades of Red Oxide #62110D

Tints of Red Oxide #62110D

Color information

#62110D (or 0x62110D) is unknown color: approx Red Oxide. HEX triplet: 62, 11 and 0D. RGB value is (98,17,13). Sum of RGB (Red+Green+Blue) = 98+17+13=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #62110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62110D is #9DEEF2. Grayscale: #282828. Windows color (decimal): -10350323 or 856418. OLE color: 856418.

HSL color Cylindrical-coordinate representation of color #62110D: hue angle of 2.82º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62110D is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB981713-
CMYK00.830.870.62
HSL2.82º76.58%21.76%-
HSV(B)2.82º86.73%38.43%-
XYZ5.313.030.69-
YUV40.76112.34168.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 76.56%
GREEN value IS 17 (7.03% from 255) = 13.28%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=76.56%
G=13.28%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98171300.830.870.622.8276.5821.76
Hex6211D053573E34d16
Octal1422115012312776311526
Binary110001010001110101010011101011111111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62110D; }

 p { color: rgb(98,17,13); }

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

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

 a { background-color: rgb(98,17,13); }

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

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

 span { border-color: rgb(98,17,13); }

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