#531615

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

Shades of Red Oxide #531615

Tints of Red Oxide #531615

Color information

#531615 (or 0x531615) is unknown color: approx Red Oxide. HEX triplet: 53, 16 and 15. RGB value is (83,22,21). Sum of RGB (Red+Green+Blue) = 83+22+21=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #531615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531615 is #ACE9EA. Grayscale: #282828. Windows color (decimal): -11332075 or 1381971. OLE color: 1381971.

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

Color convert

RGB832221-
CMYK00.730.750.67
HSL0.97º59.62%20.39%-
HSV(B)0.97º74.7%32.55%-
XYZ3.992.470.98-
YUV40.12117.21158.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.87%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=65.87%
G=17.46%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83222100.730.750.670.9759.6220.39
Hex5316150494B4313c14
Octal1232625011111310317424
Binary101001110110101010100100110010111000011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531615; }

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

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

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

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

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

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

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

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