#551627

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

Shades of Bordeaux #551627

Tints of Bordeaux #551627

Color information

#551627 (or 0x551627) is unknown color: approx Bordeaux. HEX triplet: 55, 16 and 27. RGB value is (85,22,39). Sum of RGB (Red+Green+Blue) = 85+22+39=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #551627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551627 is #AAE9D8. Grayscale: #2A2A2A. Windows color (decimal): -11200985 or 2561621. OLE color: 2561621.

HSL color Cylindrical-coordinate representation of color #551627: hue angle of 343.81º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551627 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB852239-
CMYK00.740.540.67
HSL343.81º58.88%20.98%-
HSV(B)343.81º74.12%33.33%-
XYZ4.42.652.2-
YUV42.78125.87158.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 39 (15.62% from 255) = 26.71%
R=58.22%
G=15.07%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85223900.740.540.67343.8158.8820.98
Hex55162704A36431583b15
Octal12526470112661035307325
Binary10101011011010011101001010110110100001110101100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551627; }

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

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

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

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

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

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

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

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