#531711

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

Shades of Red Oxide #531711

Tints of Red Oxide #531711

Color information

#531711 (or 0x531711) is unknown color: approx Red Oxide. HEX triplet: 53, 17 and 11. RGB value is (83,23,17). Sum of RGB (Red+Green+Blue) = 83+23+17=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531711 is #ACE8EE. Grayscale: #282828. Windows color (decimal): -11331823 or 1120083. OLE color: 1120083.

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

Color convert

RGB832317-
CMYK00.720.800.67
HSL5.45º66%19.61%-
HSV(B)5.45º79.52%32.55%-
XYZ3.972.490.8-
YUV40.26114.88158.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=67.48%
G=18.70%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83231700.720.800.675.456619.61
Hex531711048504354214
Octal12327210110120103510224
Binary101001110111100010100100010100001000011101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531711; }

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

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

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

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

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

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

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

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