#551015

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

Shades of Bordeaux #551015

Tints of Bordeaux #551015

Color information

#551015 (or 0x551015) is unknown color: approx Bordeaux. HEX triplet: 55, 10 and 15. RGB value is (85,16,21). Sum of RGB (Red+Green+Blue) = 85+16+21=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #551015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551015 is #AAEFEA. Grayscale: #252525. Windows color (decimal): -11202539 or 1380437. OLE color: 1380437.

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

Color convert

RGB851621-
CMYK00.810.750.67
HSL355.65º68.32%19.8%-
HSV(B)355.65º81.18%33.33%-
XYZ4.072.360.95-
YUV37.2118.86162.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.67%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=69.67%
G=13.11%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85162100.810.750.67355.6568.3219.8
Hex5510150514B431644414
Octal1252025012111310354410424
Binary101010110000101010101000110010111000011101100100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551015; }

 p { color: rgb(85,16,21); }

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

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

 a { background-color: rgb(85,16,21); }

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

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

 span { border-color: rgb(85,16,21); }

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