Html Css Color HEX #59092D Tyrian Purple

📋 copy color: '#59092D'

red 89 ◦ green 9 ◦ blue 45

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

Shades of Tyrian Purple #59092D

Tints of Tyrian Purple #59092D

RGB

 RED value IS 89 (35.16% from 255) = 62.24%

 GREEN value IS 9 (3.91% from 255) = 6.29%

 BLUE value IS 45 (17.97% from 255) = 31.47%

R = 62.24%
G = 6.29%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59092D (or 0x59092D) is known color: Tyrian Purple. HEX triplet: 59, 09 and 2D. RGB value is (89,9,45). Sum of RGB (Red+Green+Blue) = 89+9+45=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #59092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59092D is #A6F6D2. Grayscale: #242424. Windows color (decimal): -10942163 or 2951513. OLE color: 2951513.

HSL color Cylindrical-coordinate representation of color #59092D: hue angle of 333º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59092D is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 45 -
CMYK 0 0.90 0.49 0.65
HSL 333º 0.82% 0.19% -
HSV(B) 333º 0.9% 0.35% -
XYZ 4.69 2.51 2.72 -
YUV 37.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 89 9 45 0 0.90 0.49 0.65 333 0.82 0.19
Hex 59 9 2D 0 5A 31 41 14D 52 13
Octal 131 11 55 0 132 61 101 515 122 23
Binary 1011001 1001 101101 0 1011010 110001 1000001 101001101 1010010 10011

Color Harmonies of #59092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59092D

Black with #59092D

Text Example


Text Example

White with #59092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59092D; }

 p { color: rgb(89,9,45); }

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

background-color css

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

 a { background-color: rgb(89,9,45); }

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

border-color css

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

 span { border-color: rgb(89,9,45); }

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