#571F2B

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

Shades of Bordeaux #571F2B

Tints of Bordeaux #571F2B

Color information

#571F2B (or 0x571F2B) is unknown color: approx Bordeaux. HEX triplet: 57, 1F and 2B. RGB value is (87,31,43). Sum of RGB (Red+Green+Blue) = 87+31+43=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #571F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F2B is #A8E0D4. Grayscale: #313131. Windows color (decimal): -11067605 or 2826071. OLE color: 2826071.

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

Color convert

RGB873143-
CMYK00.640.510.66
HSL347.14º47.46%23.14%-
HSV(B)347.14º64.37%34.12%-
XYZ4.863.182.64-
YUV49.11124.55155.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 31 (12.5% from 255) = 19.25%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=54.04%
G=19.25%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87314300.640.510.66347.1447.4623.14
Hex571F2B040334215b2f17
Octal12737530100631025335727
Binary10101111111110101101000000110011100001010101101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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