#521324

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

Shades of Bordeaux #521324

Tints of Bordeaux #521324

Color information

#521324 (or 0x521324) is unknown color: approx Bordeaux. HEX triplet: 52, 13 and 24. RGB value is (82,19,36). Sum of RGB (Red+Green+Blue) = 82+19+36=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #521324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521324 is #ADECDB. Grayscale: #272727. Windows color (decimal): -11398364 or 2364242. OLE color: 2364242.

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

Color convert

RGB821936-
CMYK00.770.560.68
HSL343.81º62.38%19.8%-
HSV(B)343.81º76.83%32.16%-
XYZ4.032.391.92-
YUV39.78125.87158.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.85%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=59.85%
G=13.87%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82193600.770.560.68343.8162.3819.8
Hex52132404D38441583e14
Octal12223440115701045307624
Binary10100101001110010001001101111000100010010101100011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521324; }

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

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

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

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

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

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

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

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