#531815

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

Shades of Red Oxide #531815

Tints of Red Oxide #531815

Color information

#531815 (or 0x531815) is unknown color: approx Red Oxide. HEX triplet: 53, 18 and 15. RGB value is (83,24,21). Sum of RGB (Red+Green+Blue) = 83+24+21=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #531815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531815 is #ACE7EA. Grayscale: #292929. Windows color (decimal): -11331563 or 1382483. OLE color: 1382483.

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

Color convert

RGB832421-
CMYK00.710.750.67
HSL2.9º59.62%20.39%-
HSV(B)2.9º74.7%32.55%-
XYZ4.032.550.99-
YUV41.3116.55157.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 21 (8.59% from 255) = 16.41%
R=64.84%
G=18.75%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83242100.710.750.672.959.6220.39
Hex5318150474B4333c14
Octal1233025010711310337424
Binary1010011110001010101000111100101110000111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531815; }

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

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

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

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

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

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

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

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