#62190E

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

Shades of Red Oxide #62190E

Tints of Red Oxide #62190E

Color information

#62190E (or 0x62190E) is unknown color: approx Red Oxide. HEX triplet: 62, 19 and 0E. RGB value is (98,25,14). Sum of RGB (Red+Green+Blue) = 98+25+14=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #62190E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62190E is #9DE6F1. Grayscale: #2D2D2D. Windows color (decimal): -10348274 or 924002. OLE color: 924002.

HSL color Cylindrical-coordinate representation of color #62190E: hue angle of 7.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62190E is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB982514-
CMYK00.740.860.62
HSL7.86º75%21.96%-
HSV(B)7.86º85.71%38.43%-
XYZ5.463.320.77-
YUV45.57110.18165.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.53%
GREEN value IS 25 (10.16% from 255) = 18.25%
BLUE value IS 14 (5.86% from 255) = 10.22%
R=71.53%
G=18.25%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98251400.740.860.627.867521.96
Hex6219E04A563E84b16
Octal14231160112126761011326
Binary11000101100111100100101010101101111101000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62190E; }

 p { color: rgb(98,25,14); }

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

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

 a { background-color: rgb(98,25,14); }

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

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

 span { border-color: rgb(98,25,14); }

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