#53150D

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

Shades of Red Oxide #53150D

Tints of Red Oxide #53150D

Color information

#53150D (or 0x53150D) is unknown color: approx Red Oxide. HEX triplet: 53, 15 and 0D. RGB value is (83,21,13). Sum of RGB (Red+Green+Blue) = 83+21+13=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #53150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53150D is #ACEAF2. Grayscale: #262626. Windows color (decimal): -11332339 or 857427. OLE color: 857427.

HSL color Cylindrical-coordinate representation of color #53150D: hue angle of 6.86º 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 #53150D is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB832113-
CMYK00.750.840.67
HSL6.86º72.92%18.82%-
HSV(B)6.86º84.34%32.55%-
XYZ3.912.40.64-
YUV38.63113.54159.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.94%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 13 (5.47% from 255) = 11.11%
R=70.94%
G=17.95%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83211300.750.840.676.8672.9218.82
Hex5315D04B544374913
Octal12325150113124103711123
Binary10100111010111010100101110101001000011111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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