#782F4B

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

Shades of Flirt #782F4B

Tints of Flirt #782F4B

Color information

#782F4B (or 0x782F4B) is unknown color: approx Flirt. HEX triplet: 78, 2F and 4B. RGB value is (120,47,75). Sum of RGB (Red+Green+Blue) = 120+47+75=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #782F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782F4B is #87D0B4. Grayscale: #474747. Windows color (decimal): -8900789 or 4927352. OLE color: 4927352.

HSL color Cylindrical-coordinate representation of color #782F4B: hue angle of 336.99º 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 #782F4B is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1204775-
CMYK00.610.370.53
HSL336.99º43.71%32.75%-
HSV(B)336.99º60.83%47.06%-
XYZ10.036.537.39-
YUV72.02129.68162.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.59%
GREEN value IS 47 (18.75% from 255) = 19.42%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=49.59%
G=19.42%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120477500.610.370.53336.9943.7132.75
Hex782F4B03D25351512c21
Octal1705711307545655215441
Binary111100010111110010110111101100101110101101010001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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