Html Css Color HEX #781749 Pompadour

📋 copy color: '#781749'

red 120 ◦ green 23 ◦ blue 73

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

Shades of Pompadour #781749

Tints of Pompadour #781749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.65%

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

R = 55.56%
G = 10.65%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#781749 (or 0x781749) is known color: Pompadour. HEX triplet: 78, 17 and 49. RGB value is (120,23,73). Sum of RGB (Red+Green+Blue) = 120+23+73=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #781749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781749 is #87E8B6. Grayscale: #393939. Windows color (decimal): -8906935 or 4790136. OLE color: 4790136.

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

Color convert

RGB 120 23 73 -
CMYK 0 0.81 0.39 0.53
HSL 329.07º 0.68% 0.28% -
HSV(B) 329.07º 0.81% 0.47% -
XYZ 9.25 5.09 6.8 -
YUV 57.7 136.64 172.43 -
System Red Green Blue C M Y K H S L
Decimal 120 23 73 0 0.81 0.39 0.53 329.07 0.68 0.28
Hex 78 17 49 0 51 27 35 149 44 1C
Octal 170 27 111 0 121 47 65 511 104 34
Binary 1111000 10111 1001001 0 1010001 100111 110101 101001001 1000100 11100

Color Harmonies of #781749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781749

Black with #781749

Text Example


Text Example

White with #781749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781749; }

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

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

background-color css

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

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

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

border-color css

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

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

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