#782148

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

Shades of Flirt #782148

Tints of Flirt #782148

Color information

#782148 (or 0x782148) is unknown color: approx Flirt. HEX triplet: 78, 21 and 48. RGB value is (120,33,72). Sum of RGB (Red+Green+Blue) = 120+33+72=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #782148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782148 is #87DEB7. Grayscale: #3F3F3F. Windows color (decimal): -8904376 or 4727160. OLE color: 4727160.

HSL color Cylindrical-coordinate representation of color #782148: hue angle of 333.1º 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 #782148 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1203372-
CMYK00.720.400.53
HSL333.1º56.86%30%-
HSV(B)333.1º72.5%47.06%-
XYZ9.465.556.7-
YUV63.46132.82168.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 72 (28.52% from 255) = 32%
R=53.33%
G=14.67%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120337200.720.400.53333.156.8630
Hex782148048283514d391e
Octal17041110011050655157136
Binary111100010000110010000100100010100011010110100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782148; }

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

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

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

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

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

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

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

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