#551720

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

Shades of Bordeaux #551720

Tints of Bordeaux #551720

Color information

#551720 (or 0x551720) is unknown color: approx Bordeaux. HEX triplet: 55, 17 and 20. RGB value is (85,23,32). Sum of RGB (Red+Green+Blue) = 85+23+32=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #551720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551720 is #AAE8DF. Grayscale: #2A2A2A. Windows color (decimal): -11200736 or 2103125. OLE color: 2103125.

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

Color convert

RGB852332-
CMYK00.730.620.67
HSL351.29º57.41%21.18%-
HSV(B)351.29º72.94%33.33%-
XYZ4.312.651.65-
YUV42.56122.04158.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=60.71%
G=16.43%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85233200.730.620.67351.2957.4121.18
Hex5517200493E4315f3915
Octal12527400111761035377125
Binary10101011011110000001001001111110100001110101111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551720; }

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

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

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

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

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

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

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

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