#550310

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

Shades of Bordeaux #550310

Tints of Bordeaux #550310

Color information

#550310 (or 0x550310) is unknown color: approx Bordeaux. HEX triplet: 55, 03 and 10. RGB value is (85,3,16). Sum of RGB (Red+Green+Blue) = 85+3+16=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #550310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550310 is #AAFCEF. Grayscale: #1D1D1D. Windows color (decimal): -11205872 or 1049429. OLE color: 1049429.

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

Color convert

RGB85316-
CMYK00.960.810.67
HSL350.49º93.18%17.25%-
HSV(B)350.49º96.47%33.33%-
XYZ3.872.030.68-
YUV29120.67167.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 81.73%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 16 (6.64% from 255) = 15.38%
R=81.73%
G=2.88%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8531600.960.810.67350.4993.1817.25
Hex55310060514315e5d11
Octal125320014012110353613521
Binary101010111100000110000010100011000011101011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550310; }

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

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

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

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

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

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

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

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