#78103F

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

Shades of Pompadour #78103F

Tints of Pompadour #78103F

Color information

#78103F (or 0x78103F) is unknown color: approx Pompadour. HEX triplet: 78, 10 and 3F. RGB value is (120,16,63). Sum of RGB (Red+Green+Blue) = 120+16+63=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78103F is #87EFC0. Grayscale: #343434. Windows color (decimal): -8908737 or 4132984. OLE color: 4132984.

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

Color convert

RGB1201663-
CMYK00.870.480.53
HSL332.88º76.47%26.67%-
HSV(B)332.88º86.67%47.06%-
XYZ8.834.725.15-
YUV52.45133.96176.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 63 (25% from 255) = 31.66%
R=60.30%
G=8.04%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120166300.870.480.53332.8876.4726.67
Hex78103F057303514d4c1b
Octal17020770127606551511433
Binary11110001000011111101010111110000110101101001101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78103F; }

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

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

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

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

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

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

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

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