#551729

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

Shades of Bordeaux #551729

Tints of Bordeaux #551729

Color information

#551729 (or 0x551729) is unknown color: approx Bordeaux. HEX triplet: 55, 17 and 29. RGB value is (85,23,41). Sum of RGB (Red+Green+Blue) = 85+23+41=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #551729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551729 is #AAE8D6. Grayscale: #2B2B2B. Windows color (decimal): -11200727 or 2692949. OLE color: 2692949.

HSL color Cylindrical-coordinate representation of color #551729: hue angle of 342.58º 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 #551729 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB852341-
CMYK00.730.520.67
HSL342.58º57.41%21.18%-
HSV(B)342.58º72.94%33.33%-
XYZ4.452.72.39-
YUV43.59126.54157.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=57.05%
G=15.44%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85234100.730.520.67342.5857.4121.18
Hex55172904934431573915
Octal12527510111641035277125
Binary10101011011110100101001001110100100001110101011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551729; }

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

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

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

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

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

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

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

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