#62130D

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

Shades of Red Oxide #62130D

Tints of Red Oxide #62130D

Color information

#62130D (or 0x62130D) is unknown color: approx Red Oxide. HEX triplet: 62, 13 and 0D. RGB value is (98,19,13). Sum of RGB (Red+Green+Blue) = 98+19+13=130 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.38% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 98 - color contains mainly: red. Hex color #62130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62130D is #9DECF2. Grayscale: #2A2A2A. Windows color (decimal): -10349811 or 856930. OLE color: 856930.

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

Color convert

RGB981913-
CMYK00.810.870.62
HSL4.24º76.58%21.76%-
HSV(B)4.24º86.73%38.43%-
XYZ5.343.090.7-
YUV41.94111.67167.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.38%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 13 (5.47% from 255) = 10%
R=75.38%
G=14.62%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98191300.810.870.624.2476.5821.76
Hex6213D051573E44d16
Octal1422315012112776411526
Binary1100010100111101010100011010111111110100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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