Html Css Color HEX #781A49 Pompadour

📋 copy color: '#781A49'

red 120 ◦ green 26 ◦ blue 73

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

Shades of Pompadour #781A49

Tints of Pompadour #781A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.87%

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

R = 54.79%
G = 11.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#781A49 (or 0x781A49) is known color: Pompadour. HEX triplet: 78, 1A and 49. RGB value is (120,26,73). Sum of RGB (Red+Green+Blue) = 120+26+73=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #781A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A49 is #87E5B6. Grayscale: #3B3B3B. Windows color (decimal): -8906167 or 4790904. OLE color: 4790904.

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

Color convert

RGB 120 26 73 -
CMYK 0 0.78 0.39 0.53
HSL 330º 0.64% 0.29% -
HSV(B) 330º 0.78% 0.47% -
XYZ 9.32 5.21 6.82 -
YUV 59.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 120 26 73 0 0.78 0.39 0.53 330 0.64 0.29
Hex 78 1A 49 0 4E 27 35 14A 40 1D
Octal 170 32 111 0 116 47 65 512 100 35
Binary 1111000 11010 1001001 0 1001110 100111 110101 101001010 1000000 11101

Color Harmonies of #781A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A49

Black with #781A49

Text Example


Text Example

White with #781A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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