#550114

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

Shades of Bordeaux #550114

Tints of Bordeaux #550114

Color information

#550114 (or 0x550114) is unknown color: approx Bordeaux. HEX triplet: 55, 01 and 14. RGB value is (85,1,20). Sum of RGB (Red+Green+Blue) = 85+1+20=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #550114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550114 is #AAFEEB. Grayscale: #1C1C1C. Windows color (decimal): -11206380 or 1311061. OLE color: 1311061.

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

Color convert

RGB85120-
CMYK00.990.760.67
HSL346.43º97.67%16.86%-
HSV(B)346.43º98.82%33.33%-
XYZ3.8820.84-
YUV28.28123.33168.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.19%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=80.19%
G=0.94%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8512000.990.760.67346.4397.6716.86
Hex551140634C4315a6211
Octal125124014311410353214221
Binary10101011101000110001110011001000011101011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550114; }

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

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

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

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

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

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

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

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