#550313

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

Shades of Bordeaux #550313

Tints of Bordeaux #550313

Color information

#550313 (or 0x550313) is unknown color: approx Bordeaux. HEX triplet: 55, 03 and 13. RGB value is (85,3,19). Sum of RGB (Red+Green+Blue) = 85+3+19=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #550313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550313 is #AAFCEC. Grayscale: #1D1D1D. Windows color (decimal): -11205869 or 1246037. OLE color: 1246037.

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

Color convert

RGB85319-
CMYK00.960.780.67
HSL348.29º93.18%17.25%-
HSV(B)348.29º96.47%33.33%-
XYZ3.92.040.81-
YUV29.34122.17167.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 79.44%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 19 (7.81% from 255) = 17.76%
R=79.44%
G=2.80%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8531900.960.780.67348.2993.1817.25
Hex553130604E4315c5d11
Octal125323014011610353413521
Binary101010111100110110000010011101000011101011100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550313; }

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

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

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

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

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

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

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

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