Html Css Color HEX #781151 Pompadour

📋 copy color: '#781151'

red 120 ◦ green 17 ◦ blue 81

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

Shades of Pompadour #781151

Tints of Pompadour #781151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.8%

 BLUE value IS 81 (32.03% from 255) = 37.16%

R = 55.05%
G = 7.8%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#781151 (or 0x781151) is known color: Pompadour. HEX triplet: 78, 11 and 51. RGB value is (120,17,81). Sum of RGB (Red+Green+Blue) = 120+17+81=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #781151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781151 is #87EEAE. Grayscale: #363636. Windows color (decimal): -8908463 or 5312888. OLE color: 5312888.

HSL color Cylindrical-coordinate representation of color #781151: hue angle of 322.72º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781151 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 81 -
CMYK 0 0.86 0.32 0.53
HSL 322.72º 0.75% 0.27% -
HSV(B) 322.72º 0.86% 0.47% -
XYZ 9.43 4.99 8.25 -
YUV 55.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 120 17 81 0 0.86 0.32 0.53 322.72 0.75 0.27
Hex 78 11 51 0 56 20 35 143 4B 1B
Octal 170 21 121 0 126 40 65 503 113 33
Binary 1111000 10001 1010001 0 1010110 100000 110101 101000011 1001011 11011

Color Harmonies of #781151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781151

Black with #781151

Text Example


Text Example

White with #781151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781151; }

 p { color: rgb(120,17,81); }

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

background-color css

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

 a { background-color: rgb(120,17,81); }

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

border-color css

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

 span { border-color: rgb(120,17,81); }

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