#62110F

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

Shades of Red Oxide #62110F

Tints of Red Oxide #62110F

Color information

#62110F (or 0x62110F) is unknown color: approx Red Oxide. HEX triplet: 62, 11 and 0F. RGB value is (98,17,15). Sum of RGB (Red+Green+Blue) = 98+17+15=130 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.38% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 98 - color contains mainly: red. Hex color #62110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62110F is #9DEEF0. Grayscale: #292929. Windows color (decimal): -10350321 or 987490. OLE color: 987490.

HSL color Cylindrical-coordinate representation of color #62110F: hue angle of 1.45º 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 #62110F is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB981715-
CMYK00.830.850.62
HSL1.45º73.45%22.16%-
HSV(B)1.45º84.69%38.43%-
XYZ5.323.030.76-
YUV40.99113.34168.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.38%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 15 (6.25% from 255) = 11.54%
R=75.38%
G=13.08%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98171500.830.850.621.4573.4522.16
Hex6211F053553E14916
Octal1422117012312576111126
Binary11000101000111110101001110101011111101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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