#571128

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

Shades of Bordeaux #571128

Tints of Bordeaux #571128

Color information

#571128 (or 0x571128) is unknown color: approx Bordeaux. HEX triplet: 57, 11 and 28. RGB value is (87,17,40). Sum of RGB (Red+Green+Blue) = 87+17+40=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #571128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571128 is #A8EED7. Grayscale: #282828. Windows color (decimal): -11071192 or 2625879. OLE color: 2625879.

HSL color Cylindrical-coordinate representation of color #571128: hue angle of 340.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571128 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB871740-
CMYK00.800.540.66
HSL340.29º67.31%20.39%-
HSV(B)340.29º80.46%34.12%-
XYZ4.512.582.27-
YUV40.55127.69161.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.42%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=60.42%
G=11.81%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87174000.800.540.66340.2967.3120.39
Hex57112805036421544314
Octal127215001206610252410324
Binary101011110001101000010100001101101000010101010100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571128; }

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

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

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

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

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

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

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

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