#550836

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

Shades of Tyrian Purple #550836

Tints of Tyrian Purple #550836

Color information

#550836 (or 0x550836) is unknown color: approx Tyrian Purple. HEX triplet: 55, 08 and 36. RGB value is (85,8,54). Sum of RGB (Red+Green+Blue) = 85+8+54=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #550836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550836 is #AAF7C9. Grayscale: #242424. Windows color (decimal): -11204554 or 3541077. OLE color: 3541077.

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

Color convert

RGB85854-
CMYK00.910.360.67
HSL324.16º82.8%18.24%-
HSV(B)324.16º90.59%33.33%-
XYZ4.52.373.71-
YUV36.27138.01162.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 54 (21.48% from 255) = 36.73%
R=57.82%
G=5.44%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8585400.910.360.67324.1682.818.24
Hex5583605B24431445312
Octal125106601334410350412322
Binary10101011000110110010110111001001000011101000100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550836; }

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

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

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

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

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

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

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

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