#550914

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

Shades of Bordeaux #550914

Tints of Bordeaux #550914

Color information

#550914 (or 0x550914) is unknown color: approx Bordeaux. HEX triplet: 55, 09 and 14. RGB value is (85,9,20). Sum of RGB (Red+Green+Blue) = 85+9+20=114 (15% of max value = 765). Red value is 85 (33.59% from 255 or 74.56% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 85 - color contains mainly: red. Hex color #550914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550914 is #AAF6EB. Grayscale: #212121. Windows color (decimal): -11204332 or 1313109. OLE color: 1313109.

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

Color convert

RGB85920-
CMYK00.890.760.67
HSL351.32º80.85%18.43%-
HSV(B)351.32º89.41%33.33%-
XYZ3.972.180.87-
YUV32.98120.68165.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 74.56%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=74.56%
G=7.89%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8592000.890.760.67351.3280.8518.43
Hex559140594C4315f5112
Octal1251124013111410353712122
Binary10101011001101000101100110011001000011101011111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550914; }

 p { color: rgb(85,9,20); }

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

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

 a { background-color: rgb(85,9,20); }

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

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

 span { border-color: rgb(85,9,20); }

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