#62120B

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

Shades of Red Oxide #62120B

Tints of Red Oxide #62120B

Color information

#62120B (or 0x62120B) is unknown color: approx Red Oxide. HEX triplet: 62, 12 and 0B. RGB value is (98,18,11). Sum of RGB (Red+Green+Blue) = 98+18+11=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #62120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62120B is #9DEDF4. Grayscale: #292929. Windows color (decimal): -10350069 or 725602. OLE color: 725602.

HSL color Cylindrical-coordinate representation of color #62120B: hue angle of 4.83º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62120B is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB981811-
CMYK00.820.890.62
HSL4.83º79.82%21.37%-
HSV(B)4.83º88.78%38.43%-
XYZ5.313.050.63-
YUV41.12111168.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 77.17%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 11 (4.69% from 255) = 8.66%
R=77.17%
G=14.17%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98181100.820.890.624.8379.8221.37
Hex6212B052593E55015
Octal1422213012213176512025
Binary1100010100101011010100101011001111110101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62120B; }

 p { color: rgb(98,18,11); }

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

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

 a { background-color: rgb(98,18,11); }

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

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

 span { border-color: rgb(98,18,11); }

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