#521327

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

Shades of Bordeaux #521327

Tints of Bordeaux #521327

Color information

#521327 (or 0x521327) is unknown color: approx Bordeaux. HEX triplet: 52, 13 and 27. RGB value is (82,19,39). Sum of RGB (Red+Green+Blue) = 82+19+39=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #521327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521327 is #ADECD8. Grayscale: #282828. Windows color (decimal): -11398361 or 2560850. OLE color: 2560850.

HSL color Cylindrical-coordinate representation of color #521327: hue angle of 340.95º 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 #521327 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB821939-
CMYK00.770.520.68
HSL340.95º62.38%19.8%-
HSV(B)340.95º76.83%32.16%-
XYZ4.082.412.17-
YUV40.12127.37157.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.57%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=58.57%
G=13.57%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82193900.770.520.68340.9562.3819.8
Hex52132704D34441553e14
Octal12223470115641045257624
Binary10100101001110011101001101110100100010010101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521327; }

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

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

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

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

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

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

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

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