Html Css Color HEX #53042D Tyrian Purple

📋 copy color: '#53042D'

red 83 ◦ green 4 ◦ blue 45

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

Shades of Tyrian Purple #53042D

Tints of Tyrian Purple #53042D

RGB

 RED value IS 83 (32.81% from 255) = 62.88%

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

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

R = 62.88%
G = 3.03%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#53042D (or 0x53042D) is known color: Tyrian Purple. HEX triplet: 53, 04 and 2D. RGB value is (83,4,45). Sum of RGB (Red+Green+Blue) = 83+4+45=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53042D is #ACFBD2. Grayscale: #202020. Windows color (decimal): -11336659 or 2950227. OLE color: 2950227.

HSL color Cylindrical-coordinate representation of color #53042D: hue angle of 328.86º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53042D is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 4 45 -
CMYK 0 0.95 0.46 0.67
HSL 328.86º 0.91% 0.17% -
HSV(B) 328.86º 0.95% 0.33% -
XYZ 4.08 2.12 2.68 -
YUV 32.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 83 4 45 0 0.95 0.46 0.67 328.86 0.91 0.17
Hex 53 4 2D 0 5F 2E 43 149 5B 11
Octal 123 4 55 0 137 56 103 511 133 21
Binary 1010011 100 101101 0 1011111 101110 1000011 101001001 1011011 10001

Color Harmonies of #53042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53042D

Black with #53042D

Text Example


Text Example

White with #53042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53042D; }

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

 H1.HeaderClassName
 {
   color: #53042D;
 }
 .AnyTagClassName
 {
   color: #53042D;
 }
</style>

background-color css

<style>
 a { background-color: #53042D; }

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

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

border-color css

<style>
 span { border-color: #53042D; }

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

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