#782147

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

Shades of Flirt #782147

Tints of Flirt #782147

Color information

#782147 (or 0x782147) is unknown color: approx Flirt. HEX triplet: 78, 21 and 47. RGB value is (120,33,71). Sum of RGB (Red+Green+Blue) = 120+33+71=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #782147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782147 is #87DEB8. Grayscale: #3F3F3F. Windows color (decimal): -8904377 or 4661624. OLE color: 4661624.

HSL color Cylindrical-coordinate representation of color #782147: hue angle of 333.79º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782147 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1203371-
CMYK00.720.410.53
HSL333.79º56.86%30%-
HSV(B)333.79º72.5%47.06%-
XYZ9.435.546.53-
YUV63.34132.32168.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.57%
GREEN value IS 33 (13.28% from 255) = 14.73%
BLUE value IS 71 (28.12% from 255) = 31.70%
R=53.57%
G=14.73%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120337100.720.410.53333.7956.8630
Hex782147048293514e391e
Octal17041107011051655167136
Binary111100010000110001110100100010100111010110100111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782147; }

 p { color: rgb(120,33,71); }

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

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

 a { background-color: rgb(120,33,71); }

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

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

 span { border-color: rgb(120,33,71); }

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