#550314

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

Shades of Bordeaux #550314

Tints of Bordeaux #550314

Color information

#550314 (or 0x550314) is unknown color: approx Bordeaux. HEX triplet: 55, 03 and 14. RGB value is (85,3,20). Sum of RGB (Red+Green+Blue) = 85+3+20=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #550314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550314 is #AAFCEB. Grayscale: #1D1D1D. Windows color (decimal): -11205868 or 1311573. OLE color: 1311573.

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

Color convert

RGB85320-
CMYK00.960.760.67
HSL347.56º93.18%17.25%-
HSV(B)347.56º96.47%33.33%-
XYZ3.912.050.85-
YUV29.46122.67167.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 78.70%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=78.70%
G=2.78%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8532000.960.760.67347.5693.1817.25
Hex553140604C4315c5d11
Octal125324014011410353413521
Binary101010111101000110000010011001000011101011100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550314; }

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

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

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

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

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

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

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

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