Html Css Color HEX #5D092D Tyrian Purple

📋 copy color: '#5D092D'

red 93 ◦ green 9 ◦ blue 45

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

Shades of Tyrian Purple #5D092D

Tints of Tyrian Purple #5D092D

RGB

 RED value IS 93 (36.72% from 255) = 63.27%

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

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

R = 63.27%
G = 6.12%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#5D092D (or 0x5D092D) is known color: Tyrian Purple. HEX triplet: 5D, 09 and 2D. RGB value is (93,9,45). Sum of RGB (Red+Green+Blue) = 93+9+45=147 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.27% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 93 - color contains mainly: red. Hex color #5D092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D092D is #A2F6D2. Grayscale: #262626. Windows color (decimal): -10680019 or 2951517. OLE color: 2951517.

HSL color Cylindrical-coordinate representation of color #5D092D: hue angle of 334.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D092D is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 9 45 -
CMYK 0 0.90 0.52 0.64
HSL 334.29º 0.82% 0.2% -
HSV(B) 334.29º 0.9% 0.36% -
XYZ 5.09 2.71 2.74 -
YUV 38.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 93 9 45 0 0.90 0.52 0.64 334.29 0.82 0.2
Hex 5D 9 2D 0 5A 34 40 14E 52 14
Octal 135 11 55 0 132 64 100 516 122 24
Binary 1011101 1001 101101 0 1011010 110100 1000000 101001110 1010010 10100

Color Harmonies of #5D092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D092D

Black with #5D092D

Text Example


Text Example

White with #5D092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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