#62190C

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

Shades of Red Oxide #62190C

Tints of Red Oxide #62190C

Color information

#62190C (or 0x62190C) is unknown color: approx Red Oxide. HEX triplet: 62, 19 and 0C. RGB value is (98,25,12). Sum of RGB (Red+Green+Blue) = 98+25+12=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #62190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62190C is #9DE6F3. Grayscale: #2D2D2D. Windows color (decimal): -10348276 or 792930. OLE color: 792930.

HSL color Cylindrical-coordinate representation of color #62190C: hue angle of 9.07º 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 #62190C is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB982512-
CMYK00.740.880.62
HSL9.07º78.18%21.57%-
HSV(B)9.07º87.76%38.43%-
XYZ5.453.320.7-
YUV45.34109.18165.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.59%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=72.59%
G=18.52%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98251200.740.880.629.0778.1821.57
Hex6219C04A583E94e16
Octal14231140112130761111626
Binary11000101100111000100101010110001111101001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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