#521522

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

Shades of Bordeaux #521522

Tints of Bordeaux #521522

Color information

#521522 (or 0x521522) is unknown color: approx Bordeaux. HEX triplet: 52, 15 and 22. RGB value is (82,21,34). Sum of RGB (Red+Green+Blue) = 82+21+34=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #521522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521522 is #ADEADD. Grayscale: #282828. Windows color (decimal): -11397854 or 2233682. OLE color: 2233682.

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

Color convert

RGB822134-
CMYK00.740.590.68
HSL347.21º59.22%20.2%-
HSV(B)347.21º74.39%32.16%-
XYZ4.042.451.77-
YUV40.72124.21157.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.85%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 34 (13.67% from 255) = 24.82%
R=59.85%
G=15.33%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82213400.740.590.68347.2159.2220.2
Hex52152204A3B4415b3b14
Octal12225420112731045337324
Binary10100101010110001001001010111011100010010101101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521522; }

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

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

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

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

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

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

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

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