Html Css Color HEX #781150 Pompadour

📋 copy color: '#781150'

red 120 ◦ green 17 ◦ blue 80

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

Shades of Pompadour #781150

Tints of Pompadour #781150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 55.3%
G = 7.83%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#781150 (or 0x781150) is known color: Pompadour. HEX triplet: 78, 11 and 50. RGB value is (120,17,80). Sum of RGB (Red+Green+Blue) = 120+17+80=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #781150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781150 is #87EEAF. Grayscale: #363636. Windows color (decimal): -8908464 or 5247352. OLE color: 5247352.

HSL color Cylindrical-coordinate representation of color #781150: hue angle of 323.3º 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 #781150 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 80 -
CMYK 0 0.86 0.33 0.53
HSL 323.3º 0.75% 0.27% -
HSV(B) 323.3º 0.86% 0.47% -
XYZ 9.39 4.97 8.05 -
YUV 54.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 120 17 80 0 0.86 0.33 0.53 323.3 0.75 0.27
Hex 78 11 50 0 56 21 35 143 4B 1B
Octal 170 21 120 0 126 41 65 503 113 33
Binary 1111000 10001 1010000 0 1010110 100001 110101 101000011 1001011 11011

Color Harmonies of #781150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781150

Black with #781150

Text Example


Text Example

White with #781150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781150; }

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

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

background-color css

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

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

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

border-color css

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

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

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