#531211

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

Shades of Red Oxide #531211

Tints of Red Oxide #531211

Color information

#531211 (or 0x531211) is unknown color: approx Red Oxide. HEX triplet: 53, 12 and 11. RGB value is (83,18,17). Sum of RGB (Red+Green+Blue) = 83+18+17=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #531211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531211 is #ACEDEE. Grayscale: #252525. Windows color (decimal): -11333103 or 1118803. OLE color: 1118803.

HSL color Cylindrical-coordinate representation of color #531211: hue angle of 0.91º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531211 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB831817-
CMYK00.780.800.67
HSL0.91º66%19.61%-
HSV(B)0.91º79.52%32.55%-
XYZ3.882.310.77-
YUV37.32116.53160.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.34%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=70.34%
G=15.25%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83181700.780.800.670.916619.61
Hex53121104E504314214
Octal12322210116120103110224
Binary1010011100101000101001110101000010000111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531211; }

 p { color: rgb(83,18,17); }

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

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

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

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

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

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

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