#551828

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

Shades of Bordeaux #551828

Tints of Bordeaux #551828

Color information

#551828 (or 0x551828) is unknown color: approx Bordeaux. HEX triplet: 55, 18 and 28. RGB value is (85,24,40). Sum of RGB (Red+Green+Blue) = 85+24+40=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #551828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551828 is #AAE7D7. Grayscale: #2C2C2C. Windows color (decimal): -11200472 or 2627669. OLE color: 2627669.

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

Color convert

RGB852440-
CMYK00.720.530.67
HSL344.26º55.96%21.37%-
HSV(B)344.26º71.76%33.33%-
XYZ4.462.742.3-
YUV44.06125.71157.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=57.05%
G=16.11%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85244000.720.530.67344.2655.9621.37
Hex55182804835431583815
Octal12530500110651035307025
Binary10101011100010100001001000110101100001110101100011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551828; }

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

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

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

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

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

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

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

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