#531911

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

Shades of Red Oxide #531911

Tints of Red Oxide #531911

Color information

#531911 (or 0x531911) is unknown color: approx Red Oxide. HEX triplet: 53, 19 and 11. RGB value is (83,25,17). Sum of RGB (Red+Green+Blue) = 83+25+17=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #531911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531911 is #ACE6EE. Grayscale: #292929. Windows color (decimal): -11331311 or 1120595. OLE color: 1120595.

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

Color convert

RGB832517-
CMYK00.700.800.67
HSL7.27º66%19.61%-
HSV(B)7.27º79.52%32.55%-
XYZ4.022.570.82-
YUV41.43114.22157.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.4%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 17 (7.03% from 255) = 13.6%
R=66.4%
G=20%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83251700.700.800.677.276619.61
Hex531911046504374214
Octal12331210106120103710224
Binary101001111001100010100011010100001000011111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531911; }

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

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

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

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

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

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

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

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