Html Css Color HEX #5C1336 Tyrian Purple

📋 copy color: '#5C1336'

red 92 ◦ green 19 ◦ blue 54

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

Shades of Tyrian Purple #5C1336

Tints of Tyrian Purple #5C1336

RGB

 RED value IS 92 (36.33% from 255) = 55.76%

 GREEN value IS 19 (7.81% from 255) = 11.52%

 BLUE value IS 54 (21.48% from 255) = 32.73%

R = 55.76%
G = 11.52%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.64

RGB Variations

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

Color information

#5C1336 (or 0x5C1336) is known color: Tyrian Purple. HEX triplet: 5C, 13 and 36. RGB value is (92,19,54). Sum of RGB (Red+Green+Blue) = 92+19+54=165 (21% of max value = 765). Red value is 92 (36.33% from 255 or 55.76% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1336 is #A3ECC9. Grayscale: #2C2C2C. Windows color (decimal): -10742986 or 3543900. OLE color: 3543900.

HSL color Cylindrical-coordinate representation of color #5C1336: hue angle of 331.23º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C1336 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 19 54 -
CMYK 0 0.79 0.41 0.64
HSL 331.23º 0.66% 0.22% -
HSV(B) 331.23º 0.79% 0.36% -
XYZ 5.31 3.01 3.79 -
YUV 44.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 92 19 54 0 0.79 0.41 0.64 331.23 0.66 0.22
Hex 5C 13 36 0 4F 29 40 14B 42 16
Octal 134 23 66 0 117 51 100 513 102 26
Binary 1011100 10011 110110 0 1001111 101001 1000000 101001011 1000010 10110

Color Harmonies of #5C1336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1336

Black with #5C1336

Text Example


Text Example

White with #5C1336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,19,54); }

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

background-color css

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

 a { background-color: rgb(92,19,54); }

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

border-color css

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

 span { border-color: rgb(92,19,54); }

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