Html Css Color HEX #73224D Pompadour

📋 copy color: '#73224D'

red 115 ◦ green 34 ◦ blue 77

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

Shades of Pompadour #73224D

Tints of Pompadour #73224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.04%

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 50.88%
G = 15.04%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73224D (or 0x73224D) is known color: Pompadour. HEX triplet: 73, 22 and 4D. RGB value is (115,34,77). Sum of RGB (Red+Green+Blue) = 115+34+77=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73224D is #8CDDB2. Grayscale: #3F3F3F. Windows color (decimal): -9231795 or 5055091. OLE color: 5055091.

HSL color Cylindrical-coordinate representation of color #73224D: hue angle of 328.15º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73224D is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 34 77 -
CMYK 0 0.70 0.33 0.55
HSL 328.15º 0.54% 0.29% -
HSV(B) 328.15º 0.7% 0.45% -
XYZ 8.98 5.32 7.58 -
YUV 63.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 115 34 77 0 0.70 0.33 0.55 328.15 0.54 0.29
Hex 73 22 4D 0 46 21 37 148 36 1D
Octal 163 42 115 0 106 41 67 510 66 35
Binary 1110011 100010 1001101 0 1000110 100001 110111 101001000 110110 11101

Color Harmonies of #73224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73224D

Black with #73224D

Text Example


Text Example

White with #73224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,34,77); }

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

background-color css

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

 a { background-color: rgb(115,34,77); }

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

border-color css

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

 span { border-color: rgb(115,34,77); }

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