Html Css Color HEX #5D042D Tyrian Purple

📋 copy color: '#5D042D'

red 93 ◦ green 4 ◦ blue 45

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

Shades of Tyrian Purple #5D042D

Tints of Tyrian Purple #5D042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

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

R = 65.49%
G = 2.82%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#5D042D (or 0x5D042D) is known color: Tyrian Purple. HEX triplet: 5D, 04 and 2D. RGB value is (93,4,45). Sum of RGB (Red+Green+Blue) = 93+4+45=142 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.49% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 93 - color contains mainly: red. Hex color #5D042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D042D is #A2FBD2. Grayscale: #232323. Windows color (decimal): -10681299 or 2950237. OLE color: 2950237.

HSL color Cylindrical-coordinate representation of color #5D042D: hue angle of 332.36º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D042D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 4 45 -
CMYK 0 0.96 0.52 0.64
HSL 332.36º 0.92% 0.19% -
HSV(B) 332.36º 0.96% 0.36% -
XYZ 5.03 2.6 2.72 -
YUV 35.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 93 4 45 0 0.96 0.52 0.64 332.36 0.92 0.19
Hex 5D 4 2D 0 60 34 40 14C 5C 13
Octal 135 4 55 0 140 64 100 514 134 23
Binary 1011101 100 101101 0 1100000 110100 1000000 101001100 1011100 10011

Color Harmonies of #5D042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D042D

Black with #5D042D

Text Example


Text Example

White with #5D042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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