#550915

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

Shades of Bordeaux #550915

Tints of Bordeaux #550915

Color information

#550915 (or 0x550915) is unknown color: approx Bordeaux. HEX triplet: 55, 09 and 15. RGB value is (85,9,21). Sum of RGB (Red+Green+Blue) = 85+9+21=115 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.91% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 85 - color contains mainly: red. Hex color #550915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550915 is #AAF6EA. Grayscale: #212121. Windows color (decimal): -11204331 or 1378645. OLE color: 1378645.

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

Color convert

RGB85921-
CMYK00.890.750.67
HSL350.53º80.85%18.43%-
HSV(B)350.53º89.41%33.33%-
XYZ3.982.180.92-
YUV33.09121.18165.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 73.91%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=73.91%
G=7.83%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8592100.890.750.67350.5380.8518.43
Hex559150594B4315f5112
Octal1251125013111310353712122
Binary10101011001101010101100110010111000011101011111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550915; }

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

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

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

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

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

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

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

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