#62170E

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

Shades of Red Oxide #62170E

Tints of Red Oxide #62170E

Color information

#62170E (or 0x62170E) is unknown color: approx Red Oxide. HEX triplet: 62, 17 and 0E. RGB value is (98,23,14). Sum of RGB (Red+Green+Blue) = 98+23+14=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #62170E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62170E is #9DE8F1. Grayscale: #2C2C2C. Windows color (decimal): -10348786 or 923490. OLE color: 923490.

HSL color Cylindrical-coordinate representation of color #62170E: hue angle of 6.43º 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 #62170E is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB982314-
CMYK00.770.860.62
HSL6.43º75%21.96%-
HSV(B)6.43º85.71%38.43%-
XYZ5.423.240.76-
YUV44.4110.85166.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.59%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 14 (5.86% from 255) = 10.37%
R=72.59%
G=17.04%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98231400.770.860.626.437521.96
Hex6217E04D563E64b16
Octal1422716011512676611326
Binary1100010101111110010011011010110111110110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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