#531312

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

Shades of Red Oxide #531312

Tints of Red Oxide #531312

Color information

#531312 (or 0x531312) is unknown color: approx Red Oxide. HEX triplet: 53, 13 and 12. RGB value is (83,19,18). Sum of RGB (Red+Green+Blue) = 83+19+18=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #531312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531312 is #ACECED. Grayscale: #262626. Windows color (decimal): -11332846 or 1184595. OLE color: 1184595.

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

Color convert

RGB831918-
CMYK00.770.780.67
HSL0.92º64.36%19.8%-
HSV(B)0.92º78.31%32.55%-
XYZ3.912.350.82-
YUV38.02116.7160.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.17%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 18 (7.42% from 255) = 15%
R=69.17%
G=15.83%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83191800.770.780.670.9264.3619.8
Hex53131204D4E4314014
Octal12323220115116103110024
Binary1010011100111001001001101100111010000111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531312; }

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

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

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

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

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

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

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

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