#551D28

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

Shades of Bordeaux #551D28

Tints of Bordeaux #551D28

Color information

#551D28 (or 0x551D28) is unknown color: approx Bordeaux. HEX triplet: 55, 1D and 28. RGB value is (85,29,40). Sum of RGB (Red+Green+Blue) = 85+29+40=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #551D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D28 is #AAE2D7. Grayscale: #2F2F2F. Windows color (decimal): -11199192 or 2628949. OLE color: 2628949.

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

Color convert

RGB852940-
CMYK00.660.530.67
HSL348.21º49.12%22.35%-
HSV(B)348.21º65.88%33.33%-
XYZ4.572.962.34-
YUV47124.05155.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.19%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=55.19%
G=18.83%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85294000.660.530.67348.2149.1222.35
Hex551D28042354315c3116
Octal12535500102651035346126
Binary10101011110110100001000010110101100001110101110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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