#53140A

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

Shades of Red Oxide #53140A

Tints of Red Oxide #53140A

Color information

#53140A (or 0x53140A) is unknown color: approx Red Oxide. HEX triplet: 53, 14 and 0A. RGB value is (83,20,10). Sum of RGB (Red+Green+Blue) = 83+20+10=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #53140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53140A is #ACEBF5. Grayscale: #252525. Windows color (decimal): -11332598 or 660563. OLE color: 660563.

HSL color Cylindrical-coordinate representation of color #53140A: hue angle of 8.22º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53140A is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB832010-
CMYK00.760.880.67
HSL8.22º78.49%18.24%-
HSV(B)8.22º87.95%32.55%-
XYZ3.872.360.54-
YUV37.7112.37160.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 73.45%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=73.45%
G=17.70%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83201000.760.880.678.2278.4918.24
Hex5314A04C584384e12
Octal123241201141301031011622
Binary101001110100101001001100101100010000111000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,20,10); }

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

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

 a { background-color: rgb(83,20,10); }

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

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

 span { border-color: rgb(83,20,10); }

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