Html Css Color HEX #73184D Pompadour

📋 copy color: '#73184D'

red 115 ◦ green 24 ◦ blue 77

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

Shades of Pompadour #73184D

Tints of Pompadour #73184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.11%

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

R = 53.24%
G = 11.11%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73184D (or 0x73184D) is known color: Pompadour. HEX triplet: 73, 18 and 4D. RGB value is (115,24,77). Sum of RGB (Red+Green+Blue) = 115+24+77=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #73184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73184D is #8CE7B2. Grayscale: #393939. Windows color (decimal): -9234355 or 5052531. OLE color: 5052531.

HSL color Cylindrical-coordinate representation of color #73184D: hue angle of 325.05º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73184D is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 24 77 -
CMYK 0 0.79 0.33 0.55
HSL 325.05º 0.65% 0.27% -
HSV(B) 325.05º 0.79% 0.45% -
XYZ 8.74 4.83 7.49 -
YUV 57.25 139.15 169.19 -
System Red Green Blue C M Y K H S L
Decimal 115 24 77 0 0.79 0.33 0.55 325.05 0.65 0.27
Hex 73 18 4D 0 4F 21 37 145 41 1B
Octal 163 30 115 0 117 41 67 505 101 33
Binary 1110011 11000 1001101 0 1001111 100001 110111 101000101 1000001 11011

Color Harmonies of #73184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73184D

Black with #73184D

Text Example


Text Example

White with #73184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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