#550838

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

Shades of Tyrian Purple #550838

Tints of Tyrian Purple #550838

Color information

#550838 (or 0x550838) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 38. RGB value is (85,8,56). Sum of RGB (Red+Green+Blue) = 85+8+56=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #550838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550838 is #AAF7C7. Grayscale: #242424. Windows color (decimal): -11204552 or 3672149. OLE color: 3672149.

HSL color Cylindrical-coordinate representation of color #550838: hue angle of 322.6º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550838 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB85856-
CMYK00.910.340.67
HSL322.6º82.8%18.24%-
HSV(B)322.6º90.59%33.33%-
XYZ4.552.393.96-
YUV36.49139.01162.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 56 (22.27% from 255) = 37.58%
R=57.05%
G=5.37%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8585600.910.340.67322.682.818.24
Hex5583805B22431435312
Octal125107001334210350312322
Binary10101011000111000010110111000101000011101000011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550838; }

 p { color: rgb(85,8,56); }

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

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

 a { background-color: rgb(85,8,56); }

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

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

 span { border-color: rgb(85,8,56); }

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