Html Css Color HEX #781047 Pompadour

📋 copy color: '#781047'

red 120 ◦ green 16 ◦ blue 71

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

Shades of Pompadour #781047

Tints of Pompadour #781047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.73%

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

R = 57.97%
G = 7.73%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#781047 (or 0x781047) is known color: Pompadour. HEX triplet: 78, 10 and 47. RGB value is (120,16,71). Sum of RGB (Red+Green+Blue) = 120+16+71=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #781047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781047 is #87EFB8. Grayscale: #353535. Windows color (decimal): -8908729 or 4657272. OLE color: 4657272.

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

Color convert

RGB 120 16 71 -
CMYK 0 0.87 0.41 0.53
HSL 328.27º 0.76% 0.27% -
HSV(B) 328.27º 0.87% 0.47% -
XYZ 9.07 4.82 6.41 -
YUV 53.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 120 16 71 0 0.87 0.41 0.53 328.27 0.76 0.27
Hex 78 10 47 0 57 29 35 148 4C 1B
Octal 170 20 107 0 127 51 65 510 114 33
Binary 1111000 10000 1000111 0 1010111 101001 110101 101001000 1001100 11011

Color Harmonies of #781047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781047

Black with #781047

Text Example


Text Example

White with #781047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781047; }

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

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

background-color css

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

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

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

border-color css

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

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

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