Html Css Color HEX #781046 Pompadour

📋 copy color: '#781046'

red 120 ◦ green 16 ◦ blue 70

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

Shades of Pompadour #781046

Tints of Pompadour #781046

RGB

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

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

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

R = 58.25%
G = 7.77%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#781046 (or 0x781046) is known color: Pompadour. HEX triplet: 78, 10 and 46. RGB value is (120,16,70). Sum of RGB (Red+Green+Blue) = 120+16+70=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #781046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781046 is #87EFB9. Grayscale: #353535. Windows color (decimal): -8908730 or 4591736. OLE color: 4591736.

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

Color convert

RGB 120 16 70 -
CMYK 0 0.87 0.42 0.53
HSL 328.85º 0.76% 0.27% -
HSV(B) 328.85º 0.87% 0.47% -
XYZ 9.04 4.81 6.25 -
YUV 53.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 120 16 70 0 0.87 0.42 0.53 328.85 0.76 0.27
Hex 78 10 46 0 57 2A 35 149 4C 1B
Octal 170 20 106 0 127 52 65 511 114 33
Binary 1111000 10000 1000110 0 1010111 101010 110101 101001001 1001100 11011

Color Harmonies of #781046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781046

Black with #781046

Text Example


Text Example

White with #781046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781046; }

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

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

background-color css

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

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

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

border-color css

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

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

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