Html Css Color HEX #781449 Pompadour

📋 copy color: '#781449'

red 120 ◦ green 20 ◦ blue 73

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

Shades of Pompadour #781449

Tints of Pompadour #781449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.39%

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 56.34%
G = 9.39%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#781449 (or 0x781449) is known color: Pompadour. HEX triplet: 78, 14 and 49. RGB value is (120,20,73). Sum of RGB (Red+Green+Blue) = 120+20+73=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #781449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781449 is #87EBB6. Grayscale: #373737. Windows color (decimal): -8907703 or 4789368. OLE color: 4789368.

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

Color convert

RGB 120 20 73 -
CMYK 0 0.83 0.39 0.53
HSL 328.2º 0.71% 0.27% -
HSV(B) 328.2º 0.83% 0.47% -
XYZ 9.2 4.97 6.78 -
YUV 55.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 120 20 73 0 0.83 0.39 0.53 328.2 0.71 0.27
Hex 78 14 49 0 53 27 35 148 47 1B
Octal 170 24 111 0 123 47 65 510 107 33
Binary 1111000 10100 1001001 0 1010011 100111 110101 101001000 1000111 11011

Color Harmonies of #781449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781449

Black with #781449

Text Example


Text Example

White with #781449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781449; }

 p { color: rgb(120,20,73); }

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

background-color css

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

 a { background-color: rgb(120,20,73); }

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

border-color css

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

 span { border-color: rgb(120,20,73); }

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