#531715

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

Shades of Red Oxide #531715

Tints of Red Oxide #531715

Color information

#531715 (or 0x531715) is unknown color: approx Red Oxide. HEX triplet: 53, 17 and 15. RGB value is (83,23,21). Sum of RGB (Red+Green+Blue) = 83+23+21=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #531715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531715 is #ACE8EA. Grayscale: #282828. Windows color (decimal): -11331819 or 1382227. OLE color: 1382227.

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

Color convert

RGB832321-
CMYK00.720.750.67
HSL1.94º59.62%20.39%-
HSV(B)1.94º74.7%32.55%-
XYZ4.012.510.98-
YUV40.71116.88158.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=65.35%
G=18.11%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83232100.720.750.671.9459.6220.39
Hex5317150484B4323c14
Octal1232725011011310327424
Binary1010011101111010101001000100101110000111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531715; }

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

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

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

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

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

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

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

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