#521A29

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

Shades of Bordeaux #521A29

Tints of Bordeaux #521A29

Color information

#521A29 (or 0x521A29) is unknown color: approx Bordeaux. HEX triplet: 52, 1A and 29. RGB value is (82,26,41). Sum of RGB (Red+Green+Blue) = 82+26+41=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #521A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A29 is #ADE5D6. Grayscale: #2C2C2C. Windows color (decimal): -11396567 or 2693714. OLE color: 2693714.

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

Color convert

RGB822641-
CMYK00.680.500.68
HSL343.93º51.85%21.18%-
HSV(B)343.93º68.29%32.16%-
XYZ4.252.692.39-
YUV44.45126.05154.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=55.03%
G=17.45%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82264100.680.500.68343.9351.8521.18
Hex521A2904432441583415
Octal12232510104621045306425
Binary10100101101010100101000100110010100010010101100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521A29; }

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

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

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

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

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

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

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

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