#62170F

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

Shades of Red Oxide #62170F

Tints of Red Oxide #62170F

Color information

#62170F (or 0x62170F) is unknown color: approx Red Oxide. HEX triplet: 62, 17 and 0F. RGB value is (98,23,15). Sum of RGB (Red+Green+Blue) = 98+23+15=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #62170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62170F is #9DE8F0. Grayscale: #2C2C2C. Windows color (decimal): -10348785 or 989026. OLE color: 989026.

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

Color convert

RGB982315-
CMYK00.770.850.62
HSL5.78º73.45%22.16%-
HSV(B)5.78º84.69%38.43%-
XYZ5.433.240.79-
YUV44.51111.35166.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.06%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 15 (6.25% from 255) = 11.03%
R=72.06%
G=16.91%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98231500.770.850.625.7873.4522.16
Hex6217F04D553E64916
Octal1422717011512576611126
Binary1100010101111111010011011010101111110110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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