#521927

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

Shades of Bordeaux #521927

Tints of Bordeaux #521927

Color information

#521927 (or 0x521927) is unknown color: approx Bordeaux. HEX triplet: 52, 19 and 27. RGB value is (82,25,39). Sum of RGB (Red+Green+Blue) = 82+25+39=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #521927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521927 is #ADE6D8. Grayscale: #2B2B2B. Windows color (decimal): -11396825 or 2562386. OLE color: 2562386.

HSL color Cylindrical-coordinate representation of color #521927: hue angle of 345.26º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521927 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB822539-
CMYK00.700.520.68
HSL345.26º53.27%20.98%-
HSV(B)345.26º69.51%32.16%-
XYZ4.192.642.21-
YUV43.64125.38155.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.16%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 39 (15.62% from 255) = 26.71%
R=56.16%
G=17.12%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82253900.700.520.68345.2653.2720.98
Hex52192704634441593515
Octal12231470106641045316525
Binary10100101100110011101000110110100100010010101100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521927; }

 p { color: rgb(82,25,39); }

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

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

 a { background-color: rgb(82,25,39); }

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

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

 span { border-color: rgb(82,25,39); }

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