#531311

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

Shades of Red Oxide #531311

Tints of Red Oxide #531311

Color information

#531311 (or 0x531311) is unknown color: approx Red Oxide. HEX triplet: 53, 13 and 11. RGB value is (83,19,17). Sum of RGB (Red+Green+Blue) = 83+19+17=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #531311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531311 is #ACECEE. Grayscale: #252525. Windows color (decimal): -11332847 or 1119059. OLE color: 1119059.

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

Color convert

RGB831917-
CMYK00.770.800.67
HSL1.82º66%19.61%-
HSV(B)1.82º79.52%32.55%-
XYZ3.92.350.78-
YUV37.91116.2160.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.75%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 17 (7.03% from 255) = 14.29%
R=69.75%
G=15.97%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83191700.770.800.671.826619.61
Hex53131104D504324214
Octal12323210115120103210224
Binary10100111001110001010011011010000100001110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531311; }

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

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

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

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

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

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

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

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