Html Css Color HEX #5D082C Tyrian Purple

📋 copy color: '#5D082C'

red 93 ◦ green 8 ◦ blue 44

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

Shades of Tyrian Purple #5D082C

Tints of Tyrian Purple #5D082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.34%

R = 64.14%
G = 5.52%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#5D082C (or 0x5D082C) is known color: Tyrian Purple. HEX triplet: 5D, 08 and 2C. RGB value is (93,8,44). Sum of RGB (Red+Green+Blue) = 93+8+44=145 (19% of max value = 765). Red value is 93 (36.72% from 255 or 64.14% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 93 - color contains mainly: red. Hex color #5D082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D082C is #A2F7D3. Grayscale: #252525. Windows color (decimal): -10680276 or 2885725. OLE color: 2885725.

HSL color Cylindrical-coordinate representation of color #5D082C: hue angle of 334.59º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D082C is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 8 44 -
CMYK 0 0.91 0.53 0.64
HSL 334.59º 0.84% 0.2% -
HSV(B) 334.59º 0.91% 0.36% -
XYZ 5.06 2.68 2.63 -
YUV 37.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 93 8 44 0 0.91 0.53 0.64 334.59 0.84 0.2
Hex 5D 8 2C 0 5B 35 40 14F 54 14
Octal 135 10 54 0 133 65 100 517 124 24
Binary 1011101 1000 101100 0 1011011 110101 1000000 101001111 1010100 10100

Color Harmonies of #5D082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D082C

Black with #5D082C

Text Example


Text Example

White with #5D082C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,8,44); }

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

background-color css

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

 a { background-color: rgb(93,8,44); }

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

border-color css

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

 span { border-color: rgb(93,8,44); }

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