#521312

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

Shades of Red Oxide #521312

Tints of Red Oxide #521312

Color information

#521312 (or 0x521312) is unknown color: approx Red Oxide. HEX triplet: 52, 13 and 12. RGB value is (82,19,18). Sum of RGB (Red+Green+Blue) = 82+19+18=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #521312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521312 is #ADECED. Grayscale: #252525. Windows color (decimal): -11398382 or 1184594. OLE color: 1184594.

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

Color convert

RGB821918-
CMYK00.770.780.68
HSL0.94º64%19.61%-
HSV(B)0.94º78.05%32.16%-
XYZ3.822.30.82-
YUV37.72116.87159.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 68.91%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=68.91%
G=15.97%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82191800.770.780.680.946419.61
Hex52131204D4E4414014
Octal12223220115116104110024
Binary1010010100111001001001101100111010001001100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521312; }

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

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

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

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

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

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

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

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