#53190D

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

Shades of Red Oxide #53190D

Tints of Red Oxide #53190D

Color information

#53190D (or 0x53190D) is unknown color: approx Red Oxide. HEX triplet: 53, 19 and 0D. RGB value is (83,25,13). Sum of RGB (Red+Green+Blue) = 83+25+13=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #53190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53190D is #ACE6F2. Grayscale: #292929. Windows color (decimal): -11331315 or 858451. OLE color: 858451.

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

Color convert

RGB832513-
CMYK00.700.840.67
HSL10.29º72.92%18.82%-
HSV(B)10.29º84.34%32.55%-
XYZ3.992.560.67-
YUV40.97112.22157.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.60%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 13 (5.47% from 255) = 10.74%
R=68.60%
G=20.66%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83251300.700.840.6710.2972.9218.82
Hex5319D0465443a4913
Octal123311501061241031211123
Binary101001111001110101000110101010010000111010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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