#78163D

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

Shades of Pompadour #78163D

Tints of Pompadour #78163D

Color information

#78163D (or 0x78163D) is unknown color: approx Pompadour. HEX triplet: 78, 16 and 3D. RGB value is (120,22,61). Sum of RGB (Red+Green+Blue) = 120+22+61=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #78163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78163D is #87E9C2. Grayscale: #373737. Windows color (decimal): -8907203 or 4003448. OLE color: 4003448.

HSL color Cylindrical-coordinate representation of color #78163D: hue angle of 336.12º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78163D is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1202261-
CMYK00.820.490.53
HSL336.12º69.01%27.84%-
HSV(B)336.12º81.67%47.06%-
XYZ8.874.94.89-
YUV55.75130.97173.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.11%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=59.11%
G=10.84%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120226100.820.490.53336.1269.0127.84
Hex78163D0523135150451c
Octal17026750122616552010534
Binary11110001011011110101010010110001110101101010000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78163D; }

 p { color: rgb(120,22,61); }

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

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

 a { background-color: rgb(120,22,61); }

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

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

 span { border-color: rgb(120,22,61); }

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