Html Css Color HEX #5C0021 Tyrian Purple

📋 copy color: '#5C0021'

red 92 ◦ green 0 ◦ blue 33

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

Shades of Tyrian Purple #5C0021

Tints of Tyrian Purple #5C0021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 33 (13.28% from 255) = 26.4%

R = 73.6%
G = 0%
B = 26.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.64

RGB Variations

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

Color information

#5C0021 (or 0x5C0021) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 21. RGB value is (92,0,33). Sum of RGB (Red+Green+Blue) = 92+0+33=125 (16% of max value = 765). Red value is 92 (36.33% from 255 or 73.6% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0021 is #A3FFDE. Grayscale: #1F1F1F. Windows color (decimal): -10747871 or 2162780. OLE color: 2162780.

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

Color convert

RGB 92 0 33 -
CMYK 0 1 0.64 0.64
HSL 338.48º 1% 0.18% -
HSV(B) 338.48º 1% 0.36% -
XYZ 4.69 2.39 1.65 -
YUV 31.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 92 0 33 0 1 0.64 0.64 338.48 1 0.18
Hex 5C 0 21 0 64 40 40 152 64 12
Octal 134 0 41 0 144 100 100 522 144 22
Binary 1011100 0 100001 0 1100100 1000000 1000000 101010010 1100100 10010

Color Harmonies of #5C0021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0021

Black with #5C0021

Text Example


Text Example

White with #5C0021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,0,33); }

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

background-color css

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

 a { background-color: rgb(92,0,33); }

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

border-color css

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

 span { border-color: rgb(92,0,33); }

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