#62130A

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

Shades of Red Oxide #62130A

Tints of Red Oxide #62130A

Color information

#62130A (or 0x62130A) is unknown color: approx Red Oxide. HEX triplet: 62, 13 and 0A. RGB value is (98,19,10). Sum of RGB (Red+Green+Blue) = 98+19+10=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #62130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62130A is #9DECF5. Grayscale: #292929. Windows color (decimal): -10349814 or 660322. OLE color: 660322.

HSL color Cylindrical-coordinate representation of color #62130A: hue angle of 6.14º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62130A is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB981910-
CMYK00.810.900.62
HSL6.14º81.48%21.18%-
HSV(B)6.14º89.8%38.43%-
XYZ5.323.080.6-
YUV41.6110.17168.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 77.17%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 10 (4.30% from 255) = 7.87%
R=77.17%
G=14.96%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98191000.810.900.626.1481.4821.18
Hex6213A0515A3E65115
Octal1422312012113276612125
Binary1100010100111010010100011011010111110110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62130A; }

 p { color: rgb(98,19,10); }

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

<style>
 a { background-color: #62130A; }

 a { background-color: rgb(98,19,10); }

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

<style>
 span { border-color: #62130A; }

 span { border-color: rgb(98,19,10); }

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