#782F4A

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

Shades of Flirt #782F4A

Tints of Flirt #782F4A

Color information

#782F4A (or 0x782F4A) is unknown color: approx Flirt. HEX triplet: 78, 2F and 4A. RGB value is (120,47,74). Sum of RGB (Red+Green+Blue) = 120+47+74=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #782F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782F4A is #87D0B5. Grayscale: #474747. Windows color (decimal): -8900790 or 4861816. OLE color: 4861816.

HSL color Cylindrical-coordinate representation of color #782F4A: hue angle of 337.81º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #782F4A is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1204774-
CMYK00.610.380.53
HSL337.81º43.71%32.75%-
HSV(B)337.81º60.83%47.06%-
XYZ106.527.21-
YUV71.9129.18162.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=49.79%
G=19.50%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120477400.610.380.53337.8143.7132.75
Hex782F4A03D26351522c21
Octal1705711207546655225441
Binary111100010111110010100111101100110110101101010010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,47,74); }

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

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

 a { background-color: rgb(120,47,74); }

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

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

 span { border-color: rgb(120,47,74); }

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