#550014

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

Shades of Bordeaux #550014

Tints of Bordeaux #550014

Color information

#550014 (or 0x550014) is unknown color: approx Bordeaux. HEX triplet: 55, 00 and 14. RGB value is (85,0,20). Sum of RGB (Red+Green+Blue) = 85+0+20=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #550014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550014 is #AAFFEB. Grayscale: #1B1B1B. Windows color (decimal): -11206636 or 1310805. OLE color: 1310805.

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

Color convert

RGB85020-
CMYK010.760.67
HSL345.88º100%16.67%-
HSV(B)345.88º100%33.33%-
XYZ3.871.980.84-
YUV27.7123.66168.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=80.95%
G=0%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85020010.760.67345.8810016.67
Hex550140644C4315a6411
Octal125024014411410353214421
Binary10101010101000110010010011001000011101011010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550014; }

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

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

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

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

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

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

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

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