#551628

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

Shades of Bordeaux #551628

Tints of Bordeaux #551628

Color information

#551628 (or 0x551628) is unknown color: approx Bordeaux. HEX triplet: 55, 16 and 28. RGB value is (85,22,40). Sum of RGB (Red+Green+Blue) = 85+22+40=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #551628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551628 is #AAE9D7. Grayscale: #2A2A2A. Windows color (decimal): -11200984 or 2627157. OLE color: 2627157.

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

Color convert

RGB852240-
CMYK00.740.530.67
HSL342.86º58.88%20.98%-
HSV(B)342.86º74.12%33.33%-
XYZ4.422.662.29-
YUV42.89126.37158.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=57.82%
G=14.97%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85224000.740.530.67342.8658.8820.98
Hex55162804A35431573b15
Octal12526500112651035277325
Binary10101011011010100001001010110101100001110101011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551628; }

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

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

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

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

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

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

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

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