Html Css Color HEX #781946 Pompadour

📋 copy color: '#781946'

red 120 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #781946

Tints of Pompadour #781946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.56%

R = 55.81%
G = 11.63%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#781946 (or 0x781946) is known color: Pompadour. HEX triplet: 78, 19 and 46. RGB value is (120,25,70). Sum of RGB (Red+Green+Blue) = 120+25+70=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #781946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781946 is #87E6B9. Grayscale: #3A3A3A. Windows color (decimal): -8906426 or 4594040. OLE color: 4594040.

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

Color convert

RGB 120 25 70 -
CMYK 0 0.79 0.42 0.53
HSL 331.58º 0.66% 0.28% -
HSV(B) 331.58º 0.79% 0.47% -
XYZ 9.2 5.13 6.3 -
YUV 58.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 120 25 70 0 0.79 0.42 0.53 331.58 0.66 0.28
Hex 78 19 46 0 4F 2A 35 14C 42 1C
Octal 170 31 106 0 117 52 65 514 102 34
Binary 1111000 11001 1000110 0 1001111 101010 110101 101001100 1000010 11100

Color Harmonies of #781946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781946

Black with #781946

Text Example


Text Example

White with #781946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781946; }

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

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

background-color css

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

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

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

border-color css

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

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

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