Html Css Color HEX #781347 Pompadour

📋 copy color: '#781347'

red 120 ◦ green 19 ◦ blue 71

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

Shades of Pompadour #781347

Tints of Pompadour #781347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

 BLUE value IS 71 (28.13% from 255) = 33.81%

R = 57.14%
G = 9.05%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#781347 (or 0x781347) is known color: Pompadour. HEX triplet: 78, 13 and 47. RGB value is (120,19,71). Sum of RGB (Red+Green+Blue) = 120+19+71=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #781347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781347 is #87ECB8. Grayscale: #373737. Windows color (decimal): -8907961 or 4658040. OLE color: 4658040.

HSL color Cylindrical-coordinate representation of color #781347: hue angle of 329.11º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781347 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 19 71 -
CMYK 0 0.84 0.41 0.53
HSL 329.11º 0.73% 0.27% -
HSV(B) 329.11º 0.84% 0.47% -
XYZ 9.12 4.91 6.43 -
YUV 55.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 120 19 71 0 0.84 0.41 0.53 329.11 0.73 0.27
Hex 78 13 47 0 54 29 35 149 49 1B
Octal 170 23 107 0 124 51 65 511 111 33
Binary 1111000 10011 1000111 0 1010100 101001 110101 101001001 1001001 11011

Color Harmonies of #781347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781347

Black with #781347

Text Example


Text Example

White with #781347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781347; }

 p { color: rgb(120,19,71); }

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

background-color css

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

 a { background-color: rgb(120,19,71); }

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

border-color css

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

 span { border-color: rgb(120,19,71); }

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