#782B5A

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

Shades of Flirt #782B5A

Tints of Flirt #782B5A

Color information

#782B5A (or 0x782B5A) is unknown color: approx Flirt. HEX triplet: 78, 2B and 5A. RGB value is (120,43,90). Sum of RGB (Red+Green+Blue) = 120+43+90=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #782B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782B5A is #87D4A5. Grayscale: #474747. Windows color (decimal): -8901798 or 5909368. OLE color: 5909368.

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

Color convert

RGB1204390-
CMYK00.640.250.53
HSL323.38º47.24%31.96%-
HSV(B)323.38º64.17%47.06%-
XYZ10.466.4610.37-
YUV71.38138.51162.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 43 (17.19% from 255) = 17.00%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=47.43%
G=17.00%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120439000.640.250.53323.3847.2431.96
Hex782B5A04019351432f20
Octal17053132010031655035740
Binary111100010101110110100100000011001110101101000011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,43,90); }

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

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

 a { background-color: rgb(120,43,90); }

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

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

 span { border-color: rgb(120,43,90); }

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