Html Css Color HEX #78184A Pompadour

📋 copy color: '#78184A'

red 120 ◦ green 24 ◦ blue 74

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

Shades of Pompadour #78184A

Tints of Pompadour #78184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 55.05%
G = 11.01%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#78184A (or 0x78184A) is known color: Pompadour. HEX triplet: 78, 18 and 4A. RGB value is (120,24,74). Sum of RGB (Red+Green+Blue) = 120+24+74=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78184A is #87E7B5. Grayscale: #3A3A3A. Windows color (decimal): -8906678 or 4855928. OLE color: 4855928.

HSL color Cylindrical-coordinate representation of color #78184A: hue angle of 328.75º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78184A is Cyan = 0, Magento = 0.8, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 24 74 -
CMYK 0 0.8 0.38 0.53
HSL 328.75º 0.67% 0.28% -
HSV(B) 328.75º 0.8% 0.47% -
XYZ 9.31 5.14 6.98 -
YUV 58.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 120 24 74 0 0.8 0.38 0.53 328.75 0.67 0.28
Hex 78 18 4A 0 50 26 35 149 43 1C
Octal 170 30 112 0 120 46 65 511 103 34
Binary 1111000 11000 1001010 0 1010000 100110 110101 101001001 1000011 11100

Color Harmonies of #78184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78184A

Black with #78184A

Text Example


Text Example

White with #78184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78184A; }

 p { color: rgb(120,24,74); }

 H1.HeaderClassName
 {
   color: #78184A;
 }
 .AnyTagClassName
 {
   color: #78184A;
 }
</style>

background-color css

<style>
 a { background-color: #78184A; }

 a { background-color: rgb(120,24,74); }

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

border-color css

<style>
 span { border-color: #78184A; }

 span { border-color: rgb(120,24,74); }

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