Html Css Color HEX #781944 Pompadour

📋 copy color: '#781944'

red 120 ◦ green 25 ◦ blue 68

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

Shades of Pompadour #781944

Tints of Pompadour #781944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.92%

R = 56.34%
G = 11.74%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#781944 (or 0x781944) is known color: Pompadour. HEX triplet: 78, 19 and 44. RGB value is (120,25,68). Sum of RGB (Red+Green+Blue) = 120+25+68=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #781944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781944 is #87E6BB. Grayscale: #3A3A3A. Windows color (decimal): -8906428 or 4462968. OLE color: 4462968.

HSL color Cylindrical-coordinate representation of color #781944: hue angle of 332.84º 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 #781944 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 25 68 -
CMYK 0 0.79 0.43 0.53
HSL 332.84º 0.66% 0.28% -
HSV(B) 332.84º 0.79% 0.47% -
XYZ 9.14 5.11 5.97 -
YUV 58.31 133.47 172 -
System Red Green Blue C M Y K H S L
Decimal 120 25 68 0 0.79 0.43 0.53 332.84 0.66 0.28
Hex 78 19 44 0 4F 2B 35 14D 42 1C
Octal 170 31 104 0 117 53 65 515 102 34
Binary 1111000 11001 1000100 0 1001111 101011 110101 101001101 1000010 11100

Color Harmonies of #781944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781944

Black with #781944

Text Example


Text Example

White with #781944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781944; }

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

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

background-color css

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

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

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

border-color css

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

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

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