#571C28

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

Shades of Bordeaux #571C28

Tints of Bordeaux #571C28

Color information

#571C28 (or 0x571C28) is unknown color: approx Bordeaux. HEX triplet: 57, 1C and 28. RGB value is (87,28,40). Sum of RGB (Red+Green+Blue) = 87+28+40=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #571C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C28 is #A8E3D7. Grayscale: #2F2F2F. Windows color (decimal): -11068376 or 2628695. OLE color: 2628695.

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

Color convert

RGB872840-
CMYK00.680.540.66
HSL347.8º51.3%22.55%-
HSV(B)347.8º67.82%34.12%-
XYZ4.733.012.34-
YUV47.01124.05156.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 28 (11.33% from 255) = 18.06%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=56.13%
G=18.06%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87284000.680.540.66347.851.322.55
Hex571C28044364215c3317
Octal12734500104661025346327
Binary10101111110010100001000100110110100001010101110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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