#783B55

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

Shades of Flirt #783B55

Tints of Flirt #783B55

Color information

#783B55 (or 0x783B55) is unknown color: approx Flirt. HEX triplet: 78, 3B and 55. RGB value is (120,59,85). Sum of RGB (Red+Green+Blue) = 120+59+85=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #783B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B55 is #87C4AA. Grayscale: #505050. Windows color (decimal): -8897707 or 5585784. OLE color: 5585784.

HSL color Cylindrical-coordinate representation of color #783B55: hue angle of 334.43º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #783B55 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1205985-
CMYK00.510.290.53
HSL334.43º34.08%35.1%-
HSV(B)334.43º50.83%47.06%-
XYZ10.957.789.52-
YUV80.2130.71156.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 59 (23.44% from 255) = 22.35%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=45.45%
G=22.35%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120598500.510.290.53334.4334.0835.1
Hex783B550331D3514e2223
Octal1707312506335655164243
Binary11110001110111010101011001111101110101101001110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783B55; }

 p { color: rgb(120,59,85); }

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

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

 a { background-color: rgb(120,59,85); }

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

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

 span { border-color: rgb(120,59,85); }

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