#531915

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

Shades of Red Oxide #531915

Tints of Red Oxide #531915

Color information

#531915 (or 0x531915) is unknown color: approx Red Oxide. HEX triplet: 53, 19 and 15. RGB value is (83,25,21). Sum of RGB (Red+Green+Blue) = 83+25+21=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #531915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531915 is #ACE6EA. Grayscale: #292929. Windows color (decimal): -11331307 or 1382739. OLE color: 1382739.

HSL color Cylindrical-coordinate representation of color #531915: hue angle of 3.87º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531915 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB832521-
CMYK00.700.750.67
HSL3.87º59.62%20.39%-
HSV(B)3.87º74.7%32.55%-
XYZ4.052.591-
YUV41.89116.22157.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.34%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=64.34%
G=19.38%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83252100.700.750.673.8759.6220.39
Hex5319150464B4343c14
Octal1233125010611310347424
Binary10100111100110101010001101001011100001110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531915; }

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

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

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

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

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

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

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

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