#571628

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

Shades of Bordeaux #571628

Tints of Bordeaux #571628

Color information

#571628 (or 0x571628) is unknown color: approx Bordeaux. HEX triplet: 57, 16 and 28. RGB value is (87,22,40). Sum of RGB (Red+Green+Blue) = 87+22+40=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #571628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571628 is #A8E9D7. Grayscale: #2B2B2B. Windows color (decimal): -11069912 or 2627159. OLE color: 2627159.

HSL color Cylindrical-coordinate representation of color #571628: hue angle of 343.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #571628 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB872240-
CMYK00.750.540.66
HSL343.38º59.63%21.37%-
HSV(B)343.38º74.71%34.12%-
XYZ4.62.752.3-
YUV43.49126.03159.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=58.39%
G=14.77%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87224000.750.540.66343.3859.6321.37
Hex57162804B36421573c15
Octal12726500113661025277425
Binary10101111011010100001001011110110100001010101011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571628; }

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

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

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

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

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

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

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

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