Html Css Color HEX #781155 Pompadour

📋 copy color: '#781155'

red 120 ◦ green 17 ◦ blue 85

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

Shades of Pompadour #781155

Tints of Pompadour #781155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.29%

R = 54.05%
G = 7.66%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#781155 (or 0x781155) is known color: Pompadour. HEX triplet: 78, 11 and 55. RGB value is (120,17,85). Sum of RGB (Red+Green+Blue) = 120+17+85=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #781155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781155 is #87EEAA. Grayscale: #373737. Windows color (decimal): -8908459 or 5575032. OLE color: 5575032.

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

Color convert

RGB 120 17 85 -
CMYK 0 0.86 0.29 0.53
HSL 320.39º 0.75% 0.27% -
HSV(B) 320.39º 0.86% 0.47% -
XYZ 9.59 5.05 9.06 -
YUV 55.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 120 17 85 0 0.86 0.29 0.53 320.39 0.75 0.27
Hex 78 11 55 0 56 1D 35 140 4B 1B
Octal 170 21 125 0 126 35 65 500 113 33
Binary 1111000 10001 1010101 0 1010110 11101 110101 101000000 1001011 11011

Color Harmonies of #781155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781155

Black with #781155

Text Example


Text Example

White with #781155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781155; }

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

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

background-color css

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

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

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

border-color css

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

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

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