#551119

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

Shades of Bordeaux #551119

Tints of Bordeaux #551119

Color information

#551119 (or 0x551119) is unknown color: approx Bordeaux. HEX triplet: 55, 11 and 19. RGB value is (85,17,25). Sum of RGB (Red+Green+Blue) = 85+17+25=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #551119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551119 is #AAEEE6. Grayscale: #262626. Windows color (decimal): -11202279 or 1642837. OLE color: 1642837.

HSL color Cylindrical-coordinate representation of color #551119: hue angle of 352.94º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551119 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB851725-
CMYK00.800.710.67
HSL352.94º66.67%20%-
HSV(B)352.94º80%33.33%-
XYZ4.122.41.17-
YUV38.24120.53161.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.93%
GREEN value IS 17 (7.03% from 255) = 13.39%
BLUE value IS 25 (10.16% from 255) = 19.69%
R=66.93%
G=13.39%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85172500.800.710.67352.9466.6720
Hex55111905047431614314
Octal1252131012010710354110324
Binary101010110001110010101000010001111000011101100001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551119; }

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

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

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

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

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

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

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

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