#571221

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

Shades of Bordeaux #571221

Tints of Bordeaux #571221

Color information

#571221 (or 0x571221) is unknown color: approx Bordeaux. HEX triplet: 57, 12 and 21. RGB value is (87,18,33). Sum of RGB (Red+Green+Blue) = 87+18+33=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #571221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571221 is #A8EDDE. Grayscale: #282828. Windows color (decimal): -11070943 or 2167383. OLE color: 2167383.

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

Color convert

RGB871833-
CMYK00.790.620.66
HSL346.96º65.71%20.59%-
HSV(B)346.96º79.31%34.12%-
XYZ4.422.571.7-
YUV40.34123.86161.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=63.04%
G=13.04%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87183300.790.620.66346.9665.7120.59
Hex57122104F3E4215b4215
Octal127224101177610253310225
Binary101011110010100001010011111111101000010101011011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571221; }

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

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

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

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

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

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

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

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