Html Css Color HEX #781550 Pompadour

📋 copy color: '#781550'

red 120 ◦ green 21 ◦ blue 80

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

Shades of Pompadour #781550

Tints of Pompadour #781550

RGB

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

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

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

R = 54.3%
G = 9.5%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#781550 (or 0x781550) is known color: Pompadour. HEX triplet: 78, 15 and 50. RGB value is (120,21,80). Sum of RGB (Red+Green+Blue) = 120+21+80=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #781550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781550 is #87EAAF. Grayscale: #393939. Windows color (decimal): -8907440 or 5248376. OLE color: 5248376.

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

Color convert

RGB 120 21 80 -
CMYK 0 0.83 0.33 0.53
HSL 324.24º 0.7% 0.28% -
HSV(B) 324.24º 0.83% 0.47% -
XYZ 9.46 5.11 8.08 -
YUV 57.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 120 21 80 0 0.83 0.33 0.53 324.24 0.7 0.28
Hex 78 15 50 0 53 21 35 144 46 1C
Octal 170 25 120 0 123 41 65 504 106 34
Binary 1111000 10101 1010000 0 1010011 100001 110101 101000100 1000110 11100

Color Harmonies of #781550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781550

Black with #781550

Text Example


Text Example

White with #781550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781550; }

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

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

background-color css

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

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

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

border-color css

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

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

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