Html Css Color HEX #550830 Tyrian Purple

📋 copy color: '#550830'

red 85 ◦ green 8 ◦ blue 48

#550830
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #550830

Tints of Tyrian Purple #550830

RGB

 RED value IS 85 (33.59% from 255) = 60.28%

 GREEN value IS 8 (3.52% from 255) = 5.67%

 BLUE value IS 48 (19.14% from 255) = 34.04%

R = 60.28%
G = 5.67%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#550830 (or 0x550830) is known color: Tyrian Purple. HEX triplet: 55, 08 and 30. RGB value is (85,8,48). Sum of RGB (Red+Green+Blue) = 85+8+48=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #550830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550830 is #AAF7CF. Grayscale: #232323. Windows color (decimal): -11204560 or 3147861. OLE color: 3147861.

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

Color convert

RGB 85 8 48 -
CMYK 0 0.91 0.44 0.67
HSL 328.83º 0.83% 0.18% -
HSV(B) 328.83º 0.91% 0.33% -
XYZ 4.37 2.32 3.01 -
YUV 35.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 85 8 48 0 0.91 0.44 0.67 328.83 0.83 0.18
Hex 55 8 30 0 5B 2C 43 149 53 12
Octal 125 10 60 0 133 54 103 511 123 22
Binary 1010101 1000 110000 0 1011011 101100 1000011 101001001 1010011 10010

Color Harmonies of #550830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550830

Black with #550830

Text Example


Text Example

White with #550830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550830; }

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

 H1.HeaderClassName
 {
   color: #550830;
 }
 .AnyTagClassName
 {
   color: #550830;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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