Html Css Color HEX #781949 Pompadour

📋 copy color: '#781949'

red 120 ◦ green 25 ◦ blue 73

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

Shades of Pompadour #781949

Tints of Pompadour #781949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

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

R = 55.05%
G = 11.47%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#781949 (or 0x781949) is known color: Pompadour. HEX triplet: 78, 19 and 49. RGB value is (120,25,73). Sum of RGB (Red+Green+Blue) = 120+25+73=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #781949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781949 is #87E6B6. Grayscale: #3A3A3A. Windows color (decimal): -8906423 or 4790648. OLE color: 4790648.

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

Color convert

RGB 120 25 73 -
CMYK 0 0.79 0.39 0.53
HSL 329.68º 0.66% 0.28% -
HSV(B) 329.68º 0.79% 0.47% -
XYZ 9.3 5.17 6.81 -
YUV 58.88 135.97 171.6 -
System Red Green Blue C M Y K H S L
Decimal 120 25 73 0 0.79 0.39 0.53 329.68 0.66 0.28
Hex 78 19 49 0 4F 27 35 14A 42 1C
Octal 170 31 111 0 117 47 65 512 102 34
Binary 1111000 11001 1001001 0 1001111 100111 110101 101001010 1000010 11100

Color Harmonies of #781949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781949

Black with #781949

Text Example


Text Example

White with #781949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781949; }

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

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

background-color css

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

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

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

border-color css

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

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

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