#550113

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

Shades of Bordeaux #550113

Tints of Bordeaux #550113

Color information

#550113 (or 0x550113) is unknown color: approx Bordeaux. HEX triplet: 55, 01 and 13. RGB value is (85,1,19). Sum of RGB (Red+Green+Blue) = 85+1+19=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #550113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550113 is #AAFEEC. Grayscale: #1C1C1C. Windows color (decimal): -11206381 or 1245525. OLE color: 1245525.

HSL color Cylindrical-coordinate representation of color #550113: hue angle of 347.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550113 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB85119-
CMYK00.990.780.67
HSL347.14º97.67%16.86%-
HSV(B)347.14º98.82%33.33%-
XYZ3.8720.8-
YUV28.17122.83168.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.95%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=80.95%
G=0.95%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8511900.990.780.67347.1497.6716.86
Hex551130634E4315b6211
Octal125123014311610353314221
Binary10101011100110110001110011101000011101011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550113; }

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

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

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

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

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

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

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

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