#62130C

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

Shades of Red Oxide #62130C

Tints of Red Oxide #62130C

Color information

#62130C (or 0x62130C) is unknown color: approx Red Oxide. HEX triplet: 62, 13 and 0C. RGB value is (98,19,12). Sum of RGB (Red+Green+Blue) = 98+19+12=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #62130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62130C is #9DECF3. Grayscale: #292929. Windows color (decimal): -10349812 or 791394. OLE color: 791394.

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

Color convert

RGB981912-
CMYK00.810.880.62
HSL4.88º78.18%21.57%-
HSV(B)4.88º87.76%38.43%-
XYZ5.343.090.66-
YUV41.82111.17168.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.97%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=75.97%
G=14.73%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98191200.810.880.624.8878.1821.57
Hex6213C051583E54e16
Octal1422314012113076511626
Binary1100010100111100010100011011000111110101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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