#551017

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

Shades of Bordeaux #551017

Tints of Bordeaux #551017

Color information

#551017 (or 0x551017) is unknown color: approx Bordeaux. HEX triplet: 55, 10 and 17. RGB value is (85,16,23). Sum of RGB (Red+Green+Blue) = 85+16+23=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #551017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551017 is #AAEFE8. Grayscale: #252525. Windows color (decimal): -11202537 or 1511509. OLE color: 1511509.

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

Color convert

RGB851623-
CMYK00.810.730.67
HSL353.91º68.32%19.8%-
HSV(B)353.91º81.18%33.33%-
XYZ4.092.361.05-
YUV37.43119.86161.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68.55%
GREEN value IS 16 (6.64% from 255) = 12.90%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=68.55%
G=12.90%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85162300.810.730.67353.9168.3219.8
Hex55101705149431624414
Octal1252027012111110354210424
Binary101010110000101110101000110010011000011101100010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551017; }

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

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

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

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

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

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

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

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