#782A41

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

Shades of Flirt #782A41

Tints of Flirt #782A41

Color information

#782A41 (or 0x782A41) is unknown color: approx Flirt. HEX triplet: 78, 2A and 41. RGB value is (120,42,65). Sum of RGB (Red+Green+Blue) = 120+42+65=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #782A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782A41 is #87D5BE. Grayscale: #434343. Windows color (decimal): -8902079 or 4270712. OLE color: 4270712.

HSL color Cylindrical-coordinate representation of color #782A41: hue angle of 342.31º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782A41 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1204265-
CMYK00.650.460.53
HSL342.31º48.15%31.76%-
HSV(B)342.31º65%47.06%-
XYZ9.536.035.66-
YUV67.94126.34165.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.86%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=52.86%
G=18.50%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120426500.650.460.53342.3148.1531.76
Hex782A410412E351563020
Octal17052101010156655266040
Binary1111000101010100000101000001101110110101101010110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782A41; }

 p { color: rgb(120,42,65); }

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

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

 a { background-color: rgb(120,42,65); }

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

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

 span { border-color: rgb(120,42,65); }

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