#550D13

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

Shades of Bordeaux #550D13

Tints of Bordeaux #550D13

Color information

#550D13 (or 0x550D13) is unknown color: approx Bordeaux. HEX triplet: 55, 0D and 13. RGB value is (85,13,19). Sum of RGB (Red+Green+Blue) = 85+13+19=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #550D13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550D13 is #AAF2EC. Grayscale: #232323. Windows color (decimal): -11203309 or 1248597. OLE color: 1248597.

HSL color Cylindrical-coordinate representation of color #550D13: hue angle of 355º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #550D13 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB851319-
CMYK00.850.780.67
HSL355º73.47%19.22%-
HSV(B)355º84.71%33.33%-
XYZ4.012.270.84-
YUV35.21118.85163.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.65%
GREEN value IS 13 (5.47% from 255) = 11.11%
BLUE value IS 19 (7.81% from 255) = 16.24%
R=72.65%
G=11.11%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85131900.850.780.6735573.4719.22
Hex55D130554E431634913
Octal1251523012511610354311123
Binary10101011101100110101010110011101000011101100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550D13; }

 p { color: rgb(85,13,19); }

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

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

 a { background-color: rgb(85,13,19); }

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

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

 span { border-color: rgb(85,13,19); }

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