#551727

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

Shades of Bordeaux #551727

Tints of Bordeaux #551727

Color information

#551727 (or 0x551727) is unknown color: approx Bordeaux. HEX triplet: 55, 17 and 27. RGB value is (85,23,39). Sum of RGB (Red+Green+Blue) = 85+23+39=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #551727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551727 is #AAE8D8. Grayscale: #2B2B2B. Windows color (decimal): -11200729 or 2561877. OLE color: 2561877.

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

Color convert

RGB852339-
CMYK00.730.540.67
HSL344.52º57.41%21.18%-
HSV(B)344.52º72.94%33.33%-
XYZ4.422.692.21-
YUV43.36125.54157.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 39 (15.62% from 255) = 26.53%
R=57.82%
G=15.65%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85233900.730.540.67344.5257.4121.18
Hex55172704936431593915
Octal12527470111661035317125
Binary10101011011110011101001001110110100001110101100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551727; }

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

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

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

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

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

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

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

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