#521311

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

Shades of Red Oxide #521311

Tints of Red Oxide #521311

Color information

#521311 (or 0x521311) is unknown color: approx Red Oxide. HEX triplet: 52, 13 and 11. RGB value is (82,19,17). Sum of RGB (Red+Green+Blue) = 82+19+17=118 (15% of max value = 765). Red value is 82 (32.42% from 255 or 69.49% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 82 - color contains mainly: red. Hex color #521311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521311 is #ADECEE. Grayscale: #252525. Windows color (decimal): -11398383 or 1119058. OLE color: 1119058.

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

Color convert

RGB821917-
CMYK00.770.790.68
HSL1.85º65.66%19.41%-
HSV(B)1.85º79.27%32.16%-
XYZ3.812.30.77-
YUV37.61116.37159.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 69.49%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=69.49%
G=16.10%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82191700.770.790.681.8565.6619.41
Hex52131104D4F4424213
Octal12223210115117104210223
Binary10100101001110001010011011001111100010010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521311; }

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

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

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

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

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

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

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

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