#551A27

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

Shades of Bordeaux #551A27

Tints of Bordeaux #551A27

Color information

#551A27 (or 0x551A27) is unknown color: approx Bordeaux. HEX triplet: 55, 1A and 27. RGB value is (85,26,39). Sum of RGB (Red+Green+Blue) = 85+26+39=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #551A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A27 is #AAE5D8. Grayscale: #2D2D2D. Windows color (decimal): -11199961 or 2562645. OLE color: 2562645.

HSL color Cylindrical-coordinate representation of color #551A27: hue angle of 346.78º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A27 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB852639-
CMYK00.690.540.67
HSL346.78º53.15%21.76%-
HSV(B)346.78º69.41%33.33%-
XYZ4.482.822.23-
YUV45.12124.55156.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.67%
GREEN value IS 26 (10.55% from 255) = 17.33%
BLUE value IS 39 (15.62% from 255) = 26%
R=56.67%
G=17.33%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85263900.690.540.67346.7853.1521.76
Hex551A27045364315b3516
Octal12532470105661035336526
Binary10101011101010011101000101110110100001110101101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551A27; }

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

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

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

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

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

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

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

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