#53120D

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

Shades of Red Oxide #53120D

Tints of Red Oxide #53120D

Color information

#53120D (or 0x53120D) is unknown color: approx Red Oxide. HEX triplet: 53, 12 and 0D. RGB value is (83,18,13). Sum of RGB (Red+Green+Blue) = 83+18+13=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53120D is #ACEDF2. Grayscale: #242424. Windows color (decimal): -11333107 or 856659. OLE color: 856659.

HSL color Cylindrical-coordinate representation of color #53120D: hue angle of 4.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53120D is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB831813-
CMYK00.780.840.67
HSL4.29º72.92%18.82%-
HSV(B)4.29º84.34%32.55%-
XYZ3.862.30.62-
YUV36.86114.53160.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 72.81%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=72.81%
G=15.79%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83181300.780.840.674.2972.9218.82
Hex5312D04E544344913
Octal12322150116124103411123
Binary10100111001011010100111010101001000011100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,18,13); }

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

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

 a { background-color: rgb(83,18,13); }

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

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

 span { border-color: rgb(83,18,13); }

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