#521229

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

Shades of Bordeaux #521229

Tints of Bordeaux #521229

Color information

#521229 (or 0x521229) is unknown color: approx Bordeaux. HEX triplet: 52, 12 and 29. RGB value is (82,18,41). Sum of RGB (Red+Green+Blue) = 82+18+41=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #521229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521229 is #ADEDD6. Grayscale: #272727. Windows color (decimal): -11398615 or 2691666. OLE color: 2691666.

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

Color convert

RGB821841-
CMYK00.780.500.68
HSL338.44º64%19.61%-
HSV(B)338.44º78.05%32.16%-
XYZ4.12.392.34-
YUV39.76128.7158.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 58.16%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=58.16%
G=12.77%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82184100.780.500.68338.446419.61
Hex52122904E32441524014
Octal122225101166210452210024
Binary101001010010101001010011101100101000100101010010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521229; }

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

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

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

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

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

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

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

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