#571C2B

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

Shades of Bordeaux #571C2B

Tints of Bordeaux #571C2B

Color information

#571C2B (or 0x571C2B) is unknown color: approx Bordeaux. HEX triplet: 57, 1C and 2B. RGB value is (87,28,43). Sum of RGB (Red+Green+Blue) = 87+28+43=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #571C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C2B is #A8E3D4. Grayscale: #2F2F2F. Windows color (decimal): -11068373 or 2825303. OLE color: 2825303.

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

Color convert

RGB872843-
CMYK00.680.510.66
HSL344.75º51.3%22.55%-
HSV(B)344.75º67.82%34.12%-
XYZ4.783.032.62-
YUV47.35125.55156.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.06%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=55.06%
G=17.72%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87284300.680.510.66344.7551.322.55
Hex571C2B04433421593317
Octal12734530104631025316327
Binary10101111110010101101000100110011100001010101100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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