#571C29

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

Shades of Bordeaux #571C29

Tints of Bordeaux #571C29

Color information

#571C29 (or 0x571C29) is unknown color: approx Bordeaux. HEX triplet: 57, 1C and 29. RGB value is (87,28,41). Sum of RGB (Red+Green+Blue) = 87+28+41=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #571C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C29 is #A8E3D6. Grayscale: #2F2F2F. Windows color (decimal): -11068375 or 2694231. OLE color: 2694231.

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

Color convert

RGB872841-
CMYK00.680.530.66
HSL346.78º51.3%22.55%-
HSV(B)346.78º67.82%34.12%-
XYZ4.753.022.43-
YUV47.12124.55156.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 28 (11.33% from 255) = 17.95%
BLUE value IS 41 (16.41% from 255) = 26.28%
R=55.77%
G=17.95%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87284100.680.530.66346.7851.322.55
Hex571C29044354215b3317
Octal12734510104651025336327
Binary10101111110010100101000100110101100001010101101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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