#78134E

Color #78134E Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #78134E

Tints of Pompadour #78134E

Color information

#78134E (or 0x78134E) is unknown color: approx Pompadour. HEX triplet: 78, 13 and 4E. RGB value is (120,19,78). Sum of RGB (Red+Green+Blue) = 120+19+78=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78134E is #87ECB1. Grayscale: #373737. Windows color (decimal): -8907954 or 5116792. OLE color: 5116792.

HSL color Cylindrical-coordinate representation of color #78134E: hue angle of 324.95º 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 #78134E is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1201978-
CMYK00.840.350.53
HSL324.95º72.66%27.25%-
HSV(B)324.95º84.17%47.06%-
XYZ9.355.017.68-
YUV55.92140.46173.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.30%
GREEN value IS 19 (7.81% from 255) = 8.76%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=55.30%
G=8.76%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120197800.840.350.53324.9572.6627.25
Hex78134E0542335145491b
Octal170231160124436550511133
Binary111100010011100111001010100100011110101101000101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78134E; }

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

 H1.HeaderClassName
 {
   color: #78134E;
 }
 .AnyTagClassName
 {
   color: #78134E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #78134E;
 }
 .BgClassName
 {
   background-color: #78134E;
 }
</style>
border-color css

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

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

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