#571627

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

Shades of Bordeaux #571627

Tints of Bordeaux #571627

Color information

#571627 (or 0x571627) is unknown color: approx Bordeaux. HEX triplet: 57, 16 and 27. RGB value is (87,22,39). Sum of RGB (Red+Green+Blue) = 87+22+39=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #571627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571627 is #A8E9D8. Grayscale: #2B2B2B. Windows color (decimal): -11069913 or 2561623. OLE color: 2561623.

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

Color convert

RGB872239-
CMYK00.750.550.66
HSL344.31º59.63%21.37%-
HSV(B)344.31º74.71%34.12%-
XYZ4.582.752.21-
YUV43.37125.53159.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.78%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 39 (15.62% from 255) = 26.35%
R=58.78%
G=14.86%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87223900.750.550.66344.3159.6321.37
Hex57162704B37421583c15
Octal12726470113671025307425
Binary10101111011010011101001011110111100001010101100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571627; }

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

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

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

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

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

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

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

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