#571E2B

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

Shades of Bordeaux #571E2B

Tints of Bordeaux #571E2B

Color information

#571E2B (or 0x571E2B) is unknown color: approx Bordeaux. HEX triplet: 57, 1E and 2B. RGB value is (87,30,43). Sum of RGB (Red+Green+Blue) = 87+30+43=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #571E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E2B is #A8E1D4. Grayscale: #303030. Windows color (decimal): -11067861 or 2825815. OLE color: 2825815.

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

Color convert

RGB873043-
CMYK00.660.510.66
HSL346.32º48.72%22.94%-
HSV(B)346.32º65.52%34.12%-
XYZ4.833.132.63-
YUV48.52124.88155.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.38%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=54.38%
G=18.75%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87304300.660.510.66346.3248.7222.94
Hex571E2B042334215a3117
Octal12736530102631025326127
Binary10101111111010101101000010110011100001010101101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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