Html Css Color HEX #78144E Pompadour

📋 copy color: '#78144E'

red 120 ◦ green 20 ◦ blue 78

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

Shades of Pompadour #78144E

Tints of Pompadour #78144E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.78%

R = 55.05%
G = 9.17%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#78144E (or 0x78144E) is known color: Pompadour. HEX triplet: 78, 14 and 4E. RGB value is (120,20,78). Sum of RGB (Red+Green+Blue) = 120+20+78=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78144E is #87EBB1. Grayscale: #383838. Windows color (decimal): -8907698 or 5117048. OLE color: 5117048.

HSL color Cylindrical-coordinate representation of color #78144E: hue angle of 325.2º 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 #78144E is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 20 78 -
CMYK 0 0.83 0.35 0.53
HSL 325.2º 0.71% 0.27% -
HSV(B) 325.2º 0.83% 0.47% -
XYZ 9.37 5.04 7.69 -
YUV 56.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 120 20 78 0 0.83 0.35 0.53 325.2 0.71 0.27
Hex 78 14 4E 0 53 23 35 145 47 1B
Octal 170 24 116 0 123 43 65 505 107 33
Binary 1111000 10100 1001110 0 1010011 100011 110101 101000101 1000111 11011

Color Harmonies of #78144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78144E

Black with #78144E

Text Example


Text Example

White with #78144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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