Html Css Color HEX #782B58 Flirt

📋 copy color: '#782B58'

red 120 ◦ green 43 ◦ blue 88

#782B58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #782B58

Tints of Flirt #782B58

RGB

 RED value IS 120 (47.27% from 255) = 47.81%

 GREEN value IS 43 (17.19% from 255) = 17.13%

 BLUE value IS 88 (34.77% from 255) = 35.06%

R = 47.81%
G = 17.13%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#782B58 (or 0x782B58) is known color: Flirt. HEX triplet: 78, 2B and 58. RGB value is (120,43,88). Sum of RGB (Red+Green+Blue) = 120+43+88=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #782B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782B58 is #87D4A7. Grayscale: #474747. Windows color (decimal): -8901800 or 5778296. OLE color: 5778296.

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

Color convert

RGB 120 43 88 -
CMYK 0 0.64 0.27 0.53
HSL 324.94º 0.47% 0.32% -
HSV(B) 324.94º 0.64% 0.47% -
XYZ 10.37 6.43 9.93 -
YUV 71.15 137.51 162.84 -
System Red Green Blue C M Y K H S L
Decimal 120 43 88 0 0.64 0.27 0.53 324.94 0.47 0.32
Hex 78 2B 58 0 40 1B 35 145 2F 20
Octal 170 53 130 0 100 33 65 505 57 40
Binary 1111000 101011 1011000 0 1000000 11011 110101 101000101 101111 100000

Color Harmonies of #782B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782B58

Black with #782B58

Text Example


Text Example

White with #782B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #782B58;
 }
 .AnyTagClassName
 {
   color: #782B58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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