Html Css Color HEX #781350 Pompadour

📋 copy color: '#781350'

red 120 ◦ green 19 ◦ blue 80

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

Shades of Pompadour #781350

Tints of Pompadour #781350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

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

R = 54.79%
G = 8.68%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#781350 (or 0x781350) is known color: Pompadour. HEX triplet: 78, 13 and 50. RGB value is (120,19,80). Sum of RGB (Red+Green+Blue) = 120+19+80=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #781350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781350 is #87ECAF. Grayscale: #383838. Windows color (decimal): -8907952 or 5247864. OLE color: 5247864.

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

Color convert

RGB 120 19 80 -
CMYK 0 0.84 0.33 0.53
HSL 323.76º 0.73% 0.27% -
HSV(B) 323.76º 0.84% 0.47% -
XYZ 9.43 5.04 8.07 -
YUV 56.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 120 19 80 0 0.84 0.33 0.53 323.76 0.73 0.27
Hex 78 13 50 0 54 21 35 144 49 1B
Octal 170 23 120 0 124 41 65 504 111 33
Binary 1111000 10011 1010000 0 1010100 100001 110101 101000100 1001001 11011

Color Harmonies of #781350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781350

Black with #781350

Text Example


Text Example

White with #781350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781350; }

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

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

background-color css

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

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

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

border-color css

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

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

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