#571429

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

Shades of Bordeaux #571429

Tints of Bordeaux #571429

Color information

#571429 (or 0x571429) is unknown color: approx Bordeaux. HEX triplet: 57, 14 and 29. RGB value is (87,20,41). Sum of RGB (Red+Green+Blue) = 87+20+41=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #571429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571429 is #A8EBD6. Grayscale: #2A2A2A. Windows color (decimal): -11070423 or 2692183. OLE color: 2692183.

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

Color convert

RGB872041-
CMYK00.770.530.66
HSL341.19º62.62%20.98%-
HSV(B)341.19º77.01%34.12%-
XYZ4.582.692.37-
YUV42.43127.2159.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.78%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=58.78%
G=13.51%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87204100.770.530.66341.1962.6220.98
Hex57142904D35421553f15
Octal12724510115651025257725
Binary10101111010010100101001101110101100001010101010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571429; }

 p { color: rgb(87,20,41); }

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

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

 a { background-color: rgb(87,20,41); }

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

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

 span { border-color: rgb(87,20,41); }

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