Html Css Color HEX #73204A Pompadour

📋 copy color: '#73204A'

red 115 ◦ green 32 ◦ blue 74

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

Shades of Pompadour #73204A

Tints of Pompadour #73204A

RGB

 RED value IS 115 (45.31% from 255) = 52.04%

 GREEN value IS 32 (12.89% from 255) = 14.48%

 BLUE value IS 74 (29.3% from 255) = 33.48%

R = 52.04%
G = 14.48%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#73204A (or 0x73204A) is known color: Pompadour. HEX triplet: 73, 20 and 4A. RGB value is (115,32,74). Sum of RGB (Red+Green+Blue) = 115+32+74=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #73204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73204A is #8CDFB5. Grayscale: #3D3D3D. Windows color (decimal): -9232310 or 4857971. OLE color: 4857971.

HSL color Cylindrical-coordinate representation of color #73204A: hue angle of 329.64º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73204A is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 74 -
CMYK 0 0.72 0.36 0.55
HSL 329.64º 0.56% 0.29% -
HSV(B) 329.64º 0.72% 0.45% -
XYZ 8.82 5.17 7.01 -
YUV 61.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 115 32 74 0 0.72 0.36 0.55 329.64 0.56 0.29
Hex 73 20 4A 0 48 24 37 14A 38 1D
Octal 163 40 112 0 110 44 67 512 70 35
Binary 1110011 100000 1001010 0 1001000 100100 110111 101001010 111000 11101

Color Harmonies of #73204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73204A

Black with #73204A

Text Example


Text Example

White with #73204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73204A; }

 p { color: rgb(115,32,74); }

 H1.HeaderClassName
 {
   color: #73204A;
 }
 .AnyTagClassName
 {
   color: #73204A;
 }
</style>

background-color css

<style>
 a { background-color: #73204A; }

 a { background-color: rgb(115,32,74); }

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

border-color css

<style>
 span { border-color: #73204A; }

 span { border-color: rgb(115,32,74); }

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