#780E4B

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

Shades of Pompadour #780E4B

Tints of Pompadour #780E4B

Color information

#780E4B (or 0x780E4B) is unknown color: approx Pompadour. HEX triplet: 78, 0E and 4B. RGB value is (120,14,75). Sum of RGB (Red+Green+Blue) = 120+14+75=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #780E4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780E4B is #87F1B4. Grayscale: #343434. Windows color (decimal): -8909237 or 4918904. OLE color: 4918904.

HSL color Cylindrical-coordinate representation of color #780E4B: hue angle of 325.47º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780E4B is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1201475-
CMYK00.880.370.53
HSL325.47º79.1%26.27%-
HSV(B)325.47º88.33%47.06%-
XYZ9.174.827.1-
YUV52.65140.62176.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.42%
GREEN value IS 14 (5.86% from 255) = 6.70%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=57.42%
G=6.70%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120147500.880.370.53325.4779.126.27
Hex78E4B05825351454f1a
Octal170161130130456550511732
Binary11110001110100101101011000100101110101101000101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780E4B; }

 p { color: rgb(120,14,75); }

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

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

 a { background-color: rgb(120,14,75); }

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

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

 span { border-color: rgb(120,14,75); }

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