Html Css Color HEX #781F49 Pompadour

📋 copy color: '#781F49'

red 120 ◦ green 31 ◦ blue 73

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

Shades of Pompadour #781F49

Tints of Pompadour #781F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.84%

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

R = 53.57%
G = 13.84%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#781F49 (or 0x781F49) is known color: Pompadour. HEX triplet: 78, 1F and 49. RGB value is (120,31,73). Sum of RGB (Red+Green+Blue) = 120+31+73=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #781F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F49 is #87E0B6. Grayscale: #3E3E3E. Windows color (decimal): -8904887 or 4792184. OLE color: 4792184.

HSL color Cylindrical-coordinate representation of color #781F49: hue angle of 331.69º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F49 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 31 73 -
CMYK 0 0.74 0.39 0.53
HSL 331.69º 0.59% 0.3% -
HSV(B) 331.69º 0.74% 0.47% -
XYZ 9.44 5.45 6.86 -
YUV 62.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 120 31 73 0 0.74 0.39 0.53 331.69 0.59 0.3
Hex 78 1F 49 0 4A 27 35 14C 3B 1E
Octal 170 37 111 0 112 47 65 514 73 36
Binary 1111000 11111 1001001 0 1001010 100111 110101 101001100 111011 11110

Color Harmonies of #781F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F49

Black with #781F49

Text Example


Text Example

White with #781F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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