#531515

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

Shades of Red Oxide #531515

Tints of Red Oxide #531515

Color information

#531515 (or 0x531515) is unknown color: approx Red Oxide. HEX triplet: 53, 15 and 15. RGB value is (83,21,21). Sum of RGB (Red+Green+Blue) = 83+21+21=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #531515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531515 is #ACEAEA. Grayscale: #272727. Windows color (decimal): -11332331 or 1381715. OLE color: 1381715.

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

Color convert

RGB832121-
CMYK00.750.750.67
HSL59.62%20.39%-
HSV(B)74.7%32.55%-
XYZ3.972.430.97-
YUV39.54117.54159-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.4%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 21 (8.59% from 255) = 16.8%
R=66.4%
G=16.8%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83212100.750.750.67059.6220.39
Hex53151504B4B4303c14
Octal1232525011311310307424
Binary101001110101101010100101110010111000011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531515; }

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

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

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

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

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

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

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

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