#550119

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

Shades of Bordeaux #550119

Tints of Bordeaux #550119

Color information

#550119 (or 0x550119) is unknown color: approx Bordeaux. HEX triplet: 55, 01 and 19. RGB value is (85,1,25). Sum of RGB (Red+Green+Blue) = 85+1+25=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #550119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550119 is #AAFEE6. Grayscale: #1C1C1C. Windows color (decimal): -11206375 or 1638741. OLE color: 1638741.

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

Color convert

RGB85125-
CMYK00.990.710.67
HSL342.86º97.67%16.86%-
HSV(B)342.86º98.82%33.33%-
XYZ3.932.021.1-
YUV28.85125.83168.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 76.58%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 25 (10.16% from 255) = 22.52%
R=76.58%
G=0.90%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8512500.990.710.67342.8697.6716.86
Hex5511906347431576211
Octal125131014310710352714221
Binary10101011110010110001110001111000011101010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550119; }

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

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

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

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

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

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

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

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