#522027

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

Shades of Bordeaux #522027

Tints of Bordeaux #522027

Color information

#522027 (or 0x522027) is unknown color: approx Bordeaux. HEX triplet: 52, 20 and 27. RGB value is (82,32,39). Sum of RGB (Red+Green+Blue) = 82+32+39=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #522027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522027 is #ADDFD8. Grayscale: #2F2F2F. Windows color (decimal): -11395033 or 2564178. OLE color: 2564178.

HSL color Cylindrical-coordinate representation of color #522027: hue angle of 351.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #522027 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB823239-
CMYK00.610.520.68
HSL351.6º43.86%22.35%-
HSV(B)351.6º60.98%32.16%-
XYZ4.362.972.26-
YUV47.75123.06152.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.59%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 39 (15.62% from 255) = 25.49%
R=53.59%
G=20.92%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82323900.610.520.68351.643.8622.35
Hex52202703D34441602c16
Octal1224047075641045405426
Binary10100101000001001110111101110100100010010110000010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522027; }

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

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

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

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

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

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

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

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