#571D29

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

Shades of Bordeaux #571D29

Tints of Bordeaux #571D29

Color information

#571D29 (or 0x571D29) is unknown color: approx Bordeaux. HEX triplet: 57, 1D and 29. RGB value is (87,29,41). Sum of RGB (Red+Green+Blue) = 87+29+41=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #571D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D29 is #A8E2D6. Grayscale: #2F2F2F. Windows color (decimal): -11068119 or 2694487. OLE color: 2694487.

HSL color Cylindrical-coordinate representation of color #571D29: hue angle of 347.59º 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 #571D29 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB872941-
CMYK00.670.530.66
HSL347.59º50%22.75%-
HSV(B)347.59º66.67%34.12%-
XYZ4.773.072.44-
YUV47.71124.22156.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 29 (11.72% from 255) = 18.47%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=55.41%
G=18.47%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87294100.670.530.66347.595022.75
Hex571D29043354215c3217
Octal12735510103651025346227
Binary10101111110110100101000011110101100001010101110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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