Html Css Color HEX #5C082B Tyrian Purple

📋 copy color: '#5C082B'

red 92 ◦ green 8 ◦ blue 43

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

Shades of Tyrian Purple #5C082B

Tints of Tyrian Purple #5C082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.07%

R = 64.34%
G = 5.59%
B = 30.07%

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

#5C082B (or 0x5C082B) is known color: Tyrian Purple. HEX triplet: 5C, 08 and 2B. RGB value is (92,8,43). Sum of RGB (Red+Green+Blue) = 92+8+43=143 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.34% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 92 - color contains mainly: red. Hex color #5C082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C082B is #A3F7D4. Grayscale: #252525. Windows color (decimal): -10745813 or 2820188. OLE color: 2820188.

HSL color Cylindrical-coordinate representation of color #5C082B: hue angle of 335º 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 #5C082B is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 8 43 -
CMYK 0 0.91 0.53 0.64
HSL 335º 0.84% 0.2% -
HSV(B) 335º 0.91% 0.36% -
XYZ 4.94 2.62 2.53 -
YUV 37.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 92 8 43 0 0.91 0.53 0.64 335 0.84 0.2
Hex 5C 8 2B 0 5B 35 40 14F 54 14
Octal 134 10 53 0 133 65 100 517 124 24
Binary 1011100 1000 101011 0 1011011 110101 1000000 101001111 1010100 10100

Color Harmonies of #5C082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C082B

Black with #5C082B

Text Example


Text Example

White with #5C082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,8,43); }

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

background-color css

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

 a { background-color: rgb(92,8,43); }

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

border-color css

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

 span { border-color: rgb(92,8,43); }

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