Html Css Color HEX #78144F Pompadour

📋 copy color: '#78144F'

red 120 ◦ green 20 ◦ blue 79

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

Shades of Pompadour #78144F

Tints of Pompadour #78144F

RGB

 RED value IS 120 (47.27% from 255) = 54.79%

 GREEN value IS 20 (8.2% from 255) = 9.13%

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

R = 54.79%
G = 9.13%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#78144F (or 0x78144F) is known color: Pompadour. HEX triplet: 78, 14 and 4F. RGB value is (120,20,79). Sum of RGB (Red+Green+Blue) = 120+20+79=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78144F is #87EBB0. Grayscale: #383838. Windows color (decimal): -8907697 or 5182584. OLE color: 5182584.

HSL color Cylindrical-coordinate representation of color #78144F: hue angle of 324.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78144F is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 20 79 -
CMYK 0 0.83 0.34 0.53
HSL 324.6º 0.71% 0.27% -
HSV(B) 324.6º 0.83% 0.47% -
XYZ 9.41 5.06 7.88 -
YUV 56.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 120 20 79 0 0.83 0.34 0.53 324.6 0.71 0.27
Hex 78 14 4F 0 53 22 35 145 47 1B
Octal 170 24 117 0 123 42 65 505 107 33
Binary 1111000 10100 1001111 0 1010011 100010 110101 101000101 1000111 11011

Color Harmonies of #78144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78144F

Black with #78144F

Text Example


Text Example

White with #78144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,20,79); }

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

background-color css

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

 a { background-color: rgb(120,20,79); }

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

border-color css

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

 span { border-color: rgb(120,20,79); }

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