#571A28

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

Shades of Bordeaux #571A28

Tints of Bordeaux #571A28

Color information

#571A28 (or 0x571A28) is unknown color: approx Bordeaux. HEX triplet: 57, 1A and 28. RGB value is (87,26,40). Sum of RGB (Red+Green+Blue) = 87+26+40=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #571A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A28 is #A8E5D7. Grayscale: #2D2D2D. Windows color (decimal): -11068888 or 2628183. OLE color: 2628183.

HSL color Cylindrical-coordinate representation of color #571A28: hue angle of 346.23º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A28 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB872640-
CMYK00.700.540.66
HSL346.23º53.98%22.16%-
HSV(B)346.23º70.11%34.12%-
XYZ4.682.922.32-
YUV45.84124.71157.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.86%
GREEN value IS 26 (10.55% from 255) = 16.99%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=56.86%
G=16.99%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87264000.700.540.66346.2353.9822.16
Hex571A28046364215a3616
Octal12732500106661025326626
Binary10101111101010100001000110110110100001010101101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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