#571D2B

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

Shades of Bordeaux #571D2B

Tints of Bordeaux #571D2B

Color information

#571D2B (or 0x571D2B) is unknown color: approx Bordeaux. HEX triplet: 57, 1D and 2B. RGB value is (87,29,43). Sum of RGB (Red+Green+Blue) = 87+29+43=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #571D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D2B is #A8E2D4. Grayscale: #2F2F2F. Windows color (decimal): -11068117 or 2825559. OLE color: 2825559.

HSL color Cylindrical-coordinate representation of color #571D2B: hue angle of 345.52º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #571D2B is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB872943-
CMYK00.670.510.66
HSL345.52º50%22.75%-
HSV(B)345.52º66.67%34.12%-
XYZ4.813.082.63-
YUV47.94125.22155.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 29 (11.72% from 255) = 18.24%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=54.72%
G=18.24%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87294300.670.510.66345.525022.75
Hex571D2B043334215a3217
Octal12735530103631025326227
Binary10101111110110101101000011110011100001010101101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571D2B; }

 p { color: rgb(87,29,43); }

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

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

 a { background-color: rgb(87,29,43); }

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

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

 span { border-color: rgb(87,29,43); }

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