#571427

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

Shades of Bordeaux #571427

Tints of Bordeaux #571427

Color information

#571427 (or 0x571427) is unknown color: approx Bordeaux. HEX triplet: 57, 14 and 27. RGB value is (87,20,39). Sum of RGB (Red+Green+Blue) = 87+20+39=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #571427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571427 is #A8EBD8. Grayscale: #2A2A2A. Windows color (decimal): -11070425 or 2561111. OLE color: 2561111.

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

Color convert

RGB872039-
CMYK00.770.550.66
HSL342.99º62.62%20.98%-
HSV(B)342.99º77.01%34.12%-
XYZ4.552.672.2-
YUV42.2126.2159.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 39 (15.62% from 255) = 26.71%
R=59.59%
G=13.70%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87203900.770.550.66342.9962.6220.98
Hex57142704D37421573f15
Octal12724470115671025277725
Binary10101111010010011101001101110111100001010101011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571427; }

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

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

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

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

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

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

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

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