#531912

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

Shades of Red Oxide #531912

Tints of Red Oxide #531912

Color information

#531912 (or 0x531912) is unknown color: approx Red Oxide. HEX triplet: 53, 19 and 12. RGB value is (83,25,18). Sum of RGB (Red+Green+Blue) = 83+25+18=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #531912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531912 is #ACE6ED. Grayscale: #292929. Windows color (decimal): -11331310 or 1186131. OLE color: 1186131.

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

Color convert

RGB832518-
CMYK00.700.780.67
HSL6.46º64.36%19.8%-
HSV(B)6.46º78.31%32.55%-
XYZ4.022.580.86-
YUV41.54114.72157.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.87%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=65.87%
G=19.84%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83251800.700.780.676.4664.3619.8
Hex5319120464E4364014
Octal12331220106116103610024
Binary101001111001100100100011010011101000011110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531912; }

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

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

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

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

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

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

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

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