#520622

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

Shades of Bordeaux #520622

Tints of Bordeaux #520622

Color information

#520622 (or 0x520622) is unknown color: approx Bordeaux. HEX triplet: 52, 06 and 22. RGB value is (82,6,34). Sum of RGB (Red+Green+Blue) = 82+6+34=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #520622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520622 is #ADF9DD. Grayscale: #1F1F1F. Windows color (decimal): -11401694 or 2229842. OLE color: 2229842.

HSL color Cylindrical-coordinate representation of color #520622: hue angle of 337.89º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520622 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB82634-
CMYK00.930.590.68
HSL337.89º86.36%17.25%-
HSV(B)337.89º92.68%32.16%-
XYZ3.832.041.71-
YUV31.92129.18163.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 67.21%
GREEN value IS 6 (2.73% from 255) = 4.92%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=67.21%
G=4.92%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8263400.930.590.68337.8986.3617.25
Hex5262205D3B441525611
Octal12264201357310452212621
Binary1010010110100010010111011110111000100101010010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520622; }

 p { color: rgb(82,6,34); }

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

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

 a { background-color: rgb(82,6,34); }

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

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

 span { border-color: rgb(82,6,34); }

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