#551829

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

Shades of Bordeaux #551829

Tints of Bordeaux #551829

Color information

#551829 (or 0x551829) is unknown color: approx Bordeaux. HEX triplet: 55, 18 and 29. RGB value is (85,24,41). Sum of RGB (Red+Green+Blue) = 85+24+41=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #551829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551829 is #AAE7D6. Grayscale: #2C2C2C. Windows color (decimal): -11200471 or 2693205. OLE color: 2693205.

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

Color convert

RGB852441-
CMYK00.720.520.67
HSL343.28º55.96%21.37%-
HSV(B)343.28º71.76%33.33%-
XYZ4.472.742.39-
YUV44.18126.21157.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.67%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=56.67%
G=16%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85244100.720.520.67343.2855.9621.37
Hex55182904834431573815
Octal12530510110641035277025
Binary10101011100010100101001000110100100001110101011111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551829; }

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

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

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

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

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

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

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

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