#550817

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

Shades of Bordeaux #550817

Tints of Bordeaux #550817

Color information

#550817 (or 0x550817) is unknown color: approx Bordeaux. HEX triplet: 55, 08 and 17. RGB value is (85,8,23). Sum of RGB (Red+Green+Blue) = 85+8+23=116 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.28% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 85 - color contains mainly: red. Hex color #550817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550817 is #AAF7E8. Grayscale: #202020. Windows color (decimal): -11204585 or 1509461. OLE color: 1509461.

HSL color Cylindrical-coordinate representation of color #550817: hue angle of 348.31º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550817 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB85823-
CMYK00.910.730.67
HSL348.31º82.8%18.24%-
HSV(B)348.31º90.59%33.33%-
XYZ3.992.171.02-
YUV32.73122.51165.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 73.28%
GREEN value IS 8 (3.52% from 255) = 6.90%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=73.28%
G=6.90%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8582300.910.730.67348.3182.818.24
Hex5581705B494315c5312
Octal1251027013311110353412322
Binary10101011000101110101101110010011000011101011100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550817; }

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

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

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

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

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

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

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

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