#520924

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

Shades of Bordeaux #520924

Tints of Bordeaux #520924

Color information

#520924 (or 0x520924) is unknown color: approx Bordeaux. HEX triplet: 52, 09 and 24. RGB value is (82,9,36). Sum of RGB (Red+Green+Blue) = 82+9+36=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #520924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520924 is #ADF6DB. Grayscale: #212121. Windows color (decimal): -11400924 or 2361682. OLE color: 2361682.

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

Color convert

RGB82936-
CMYK00.890.560.68
HSL337.81º80.22%17.84%-
HSV(B)337.81º89.02%32.16%-
XYZ3.92.121.87-
YUV33.9129.18162.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.57%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=64.57%
G=7.09%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8293600.890.560.68337.8180.2217.84
Hex5292405938441525012
Octal122114401317010452212022
Binary10100101001100100010110011110001000100101010010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520924; }

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

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

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

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

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

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

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

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