Html Css Color HEX #73194F Pompadour

📋 copy color: '#73194F'

red 115 ◦ green 25 ◦ blue 79

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

Shades of Pompadour #73194F

Tints of Pompadour #73194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

 BLUE value IS 79 (31.25% from 255) = 36.07%

R = 52.51%
G = 11.42%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#73194F (or 0x73194F) is known color: Pompadour. HEX triplet: 73, 19 and 4F. RGB value is (115,25,79). Sum of RGB (Red+Green+Blue) = 115+25+79=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #73194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73194F is #8CE6B0. Grayscale: #393939. Windows color (decimal): -9234097 or 5183859. OLE color: 5183859.

HSL color Cylindrical-coordinate representation of color #73194F: hue angle of 324º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73194F is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 79 -
CMYK 0 0.78 0.31 0.55
HSL 324º 0.64% 0.27% -
HSV(B) 324º 0.78% 0.45% -
XYZ 8.83 4.9 7.88 -
YUV 58.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 115 25 79 0 0.78 0.31 0.55 324 0.64 0.27
Hex 73 19 4F 0 4E 1F 37 144 40 1B
Octal 163 31 117 0 116 37 67 504 100 33
Binary 1110011 11001 1001111 0 1001110 11111 110111 101000100 1000000 11011

Color Harmonies of #73194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73194F

Black with #73194F

Text Example


Text Example

White with #73194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73194F; }

 p { color: rgb(115,25,79); }

 H1.HeaderClassName
 {
   color: #73194F;
 }
 .AnyTagClassName
 {
   color: #73194F;
 }
</style>

background-color css

<style>
 a { background-color: #73194F; }

 a { background-color: rgb(115,25,79); }

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

border-color css

<style>
 span { border-color: #73194F; }

 span { border-color: rgb(115,25,79); }

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