#571228

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

Shades of Bordeaux #571228

Tints of Bordeaux #571228

Color information

#571228 (or 0x571228) is unknown color: approx Bordeaux. HEX triplet: 57, 12 and 28. RGB value is (87,18,40). Sum of RGB (Red+Green+Blue) = 87+18+40=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #571228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571228 is #A8EDD7. Grayscale: #292929. Windows color (decimal): -11070936 or 2626135. OLE color: 2626135.

HSL color Cylindrical-coordinate representation of color #571228: hue angle of 340.87º 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 #571228 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB871840-
CMYK00.790.540.66
HSL340.87º65.71%20.59%-
HSV(B)340.87º79.31%34.12%-
XYZ4.532.612.27-
YUV41.14127.36160.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=60%
G=12.41%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87184000.790.540.66340.8765.7120.59
Hex57122804F36421554215
Octal127225001176610252510225
Binary101011110010101000010011111101101000010101010101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571228; }

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

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

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

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

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

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

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

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