#550620

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

Shades of Bordeaux #550620

Tints of Bordeaux #550620

Color information

#550620 (or 0x550620) is unknown color: approx Bordeaux. HEX triplet: 55, 06 and 20. RGB value is (85,6,32). Sum of RGB (Red+Green+Blue) = 85+6+32=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #550620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550620 is #AAF9DF. Grayscale: #202020. Windows color (decimal): -11205088 or 2098773. OLE color: 2098773.

HSL color Cylindrical-coordinate representation of color #550620: hue angle of 340.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550620 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB85632-
CMYK00.930.620.67
HSL340.25º86.81%17.84%-
HSV(B)340.25º92.94%33.33%-
XYZ4.072.171.57-
YUV32.58127.67165.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.11%
GREEN value IS 6 (2.73% from 255) = 4.88%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=69.11%
G=4.88%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8563200.930.620.67340.2586.8117.84
Hex5562005D3E431545712
Octal12564001357610352412722
Binary1010101110100000010111011111101000011101010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550620; }

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

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

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

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

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

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

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

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