Html Css Color HEX #78154A Pompadour

📋 copy color: '#78154A'

red 120 ◦ green 21 ◦ blue 74

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

Shades of Pompadour #78154A

Tints of Pompadour #78154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.77%

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

R = 55.81%
G = 9.77%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#78154A (or 0x78154A) is known color: Pompadour. HEX triplet: 78, 15 and 4A. RGB value is (120,21,74). Sum of RGB (Red+Green+Blue) = 120+21+74=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #78154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78154A is #87EAB5. Grayscale: #383838. Windows color (decimal): -8907446 or 4855160. OLE color: 4855160.

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

Color convert

RGB 120 21 74 -
CMYK 0 0.83 0.38 0.53
HSL 327.88º 0.7% 0.28% -
HSV(B) 327.88º 0.83% 0.47% -
XYZ 9.25 5.02 6.96 -
YUV 56.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 120 21 74 0 0.83 0.38 0.53 327.88 0.7 0.28
Hex 78 15 4A 0 53 26 35 148 46 1C
Octal 170 25 112 0 123 46 65 510 106 34
Binary 1111000 10101 1001010 0 1010011 100110 110101 101001000 1000110 11100

Color Harmonies of #78154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78154A

Black with #78154A

Text Example


Text Example

White with #78154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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