#571121

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

Shades of Bordeaux #571121

Tints of Bordeaux #571121

Color information

#571121 (or 0x571121) is unknown color: approx Bordeaux. HEX triplet: 57, 11 and 21. RGB value is (87,17,33). Sum of RGB (Red+Green+Blue) = 87+17+33=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #571121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571121 is #A8EEDE. Grayscale: #272727. Windows color (decimal): -11071199 or 2167127. OLE color: 2167127.

HSL color Cylindrical-coordinate representation of color #571121: hue angle of 346.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 #571121 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB871733-
CMYK00.800.620.66
HSL346.29º67.31%20.39%-
HSV(B)346.29º80.46%34.12%-
XYZ4.412.541.7-
YUV39.75124.19161.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.50%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 33 (13.28% from 255) = 24.09%
R=63.50%
G=12.41%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87173300.800.620.66346.2967.3120.39
Hex5711210503E4215a4314
Octal127214101207610253210324
Binary101011110001100001010100001111101000010101011010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571121; }

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

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

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

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

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

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

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

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