#522129

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

Shades of Bordeaux #522129

Tints of Bordeaux #522129

Color information

#522129 (or 0x522129) is unknown color: approx Bordeaux. HEX triplet: 52, 21 and 29. RGB value is (82,33,41). Sum of RGB (Red+Green+Blue) = 82+33+41=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #522129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522129 is #ADDED6. Grayscale: #303030. Windows color (decimal): -11394775 or 2695506. OLE color: 2695506.

HSL color Cylindrical-coordinate representation of color #522129: hue angle of 350.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522129 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB823341-
CMYK00.600.500.68
HSL350.2º42.61%22.55%-
HSV(B)350.2º59.76%32.16%-
XYZ4.423.042.45-
YUV48.56123.73151.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 41 (16.41% from 255) = 26.28%
R=52.56%
G=21.15%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82334100.600.500.68350.242.6122.55
Hex52212903C324415e2b17
Octal1224151074621045365327
Binary10100101000011010010111100110010100010010101111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522129; }

 p { color: rgb(82,33,41); }

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

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

 a { background-color: rgb(82,33,41); }

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

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

 span { border-color: rgb(82,33,41); }

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