#62170B

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

Shades of Red Oxide #62170B

Tints of Red Oxide #62170B

Color information

#62170B (or 0x62170B) is unknown color: approx Red Oxide. HEX triplet: 62, 17 and 0B. RGB value is (98,23,11). Sum of RGB (Red+Green+Blue) = 98+23+11=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #62170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62170B is #9DE8F4. Grayscale: #2C2C2C. Windows color (decimal): -10348789 or 726882. OLE color: 726882.

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

Color convert

RGB982311-
CMYK00.770.890.62
HSL8.28º79.82%21.37%-
HSV(B)8.28º88.78%38.43%-
XYZ5.43.230.66-
YUV44.06109.35166.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.24%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 11 (4.69% from 255) = 8.33%
R=74.24%
G=17.42%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98231100.770.890.628.2879.8221.37
Hex6217B04D593E85015
Octal14227130115131761012025
Binary11000101011110110100110110110011111101000101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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