#550218

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

Shades of Bordeaux #550218

Tints of Bordeaux #550218

Color information

#550218 (or 0x550218) is unknown color: approx Bordeaux. HEX triplet: 55, 02 and 18. RGB value is (85,2,24). Sum of RGB (Red+Green+Blue) = 85+2+24=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #550218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550218 is #AAFDE7. Grayscale: #1D1D1D. Windows color (decimal): -11206120 or 1573461. OLE color: 1573461.

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

Color convert

RGB85224-
CMYK00.980.720.67
HSL344.1º95.4%17.06%-
HSV(B)344.1º97.65%33.33%-
XYZ3.932.041.05-
YUV29.32125167.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 76.58%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=76.58%
G=1.80%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8522400.980.720.67344.195.417.06
Hex5521806248431585f11
Octal125230014211010353013721
Binary101010110110000110001010010001000011101011000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550218; }

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

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

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

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

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

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

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

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