#531412

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

Shades of Red Oxide #531412

Tints of Red Oxide #531412

Color information

#531412 (or 0x531412) is unknown color: approx Red Oxide. HEX triplet: 53, 14 and 12. RGB value is (83,20,18). Sum of RGB (Red+Green+Blue) = 83+20+18=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #531412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531412 is #ACEBED. Grayscale: #262626. Windows color (decimal): -11332590 or 1184851. OLE color: 1184851.

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

Color convert

RGB832018-
CMYK00.760.780.67
HSL1.85º64.36%19.8%-
HSV(B)1.85º78.31%32.55%-
XYZ3.932.380.83-
YUV38.61116.37159.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.60%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=68.60%
G=16.53%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83201800.760.780.671.8564.3619.8
Hex53141204C4E4324014
Octal12324220114116103210024
Binary10100111010010010010011001001110100001110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531412; }

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

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

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

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

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

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

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

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