#521D2A

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

Shades of Bordeaux #521D2A

Tints of Bordeaux #521D2A

Color information

#521D2A (or 0x521D2A) is unknown color: approx Bordeaux. HEX triplet: 52, 1D and 2A. RGB value is (82,29,42). Sum of RGB (Red+Green+Blue) = 82+29+42=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #521D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D2A is #ADE2D5. Grayscale: #2E2E2E. Windows color (decimal): -11395798 or 2760018. OLE color: 2760018.

HSL color Cylindrical-coordinate representation of color #521D2A: hue angle of 345.28º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #521D2A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB822942-
CMYK00.650.490.68
HSL345.28º47.75%21.76%-
HSV(B)345.28º64.63%32.16%-
XYZ4.342.842.51-
YUV46.33125.56153.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.59%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=53.59%
G=18.95%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82294200.650.490.68345.2847.7521.76
Hex521D2A04131441593016
Octal12235520101611045316026
Binary10100101110110101001000001110001100010010101100111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,29,42); }

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

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

 a { background-color: rgb(82,29,42); }

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

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

 span { border-color: rgb(82,29,42); }

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