#550318

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

Shades of Bordeaux #550318

Tints of Bordeaux #550318

Color information

#550318 (or 0x550318) is unknown color: approx Bordeaux. HEX triplet: 55, 03 and 18. RGB value is (85,3,24). Sum of RGB (Red+Green+Blue) = 85+3+24=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #550318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550318 is #AAFCE7. Grayscale: #1D1D1D. Windows color (decimal): -11205864 or 1573717. OLE color: 1573717.

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

Color convert

RGB85324-
CMYK00.960.720.67
HSL344.63º93.18%17.25%-
HSV(B)344.63º96.47%33.33%-
XYZ3.942.061.05-
YUV29.91124.67167.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 75.89%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=75.89%
G=2.68%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8532400.960.720.67344.6393.1817.25
Hex5531806048431595d11
Octal125330014011010353113521
Binary101010111110000110000010010001000011101011001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550318; }

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

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

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

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

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

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

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

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