Html Css Color HEX #782D49 Flirt

📋 copy color: '#782D49'

red 120 ◦ green 45 ◦ blue 73

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

Shades of Flirt #782D49

Tints of Flirt #782D49

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.91%

 BLUE value IS 73 (28.91% from 255) = 30.67%

R = 50.42%
G = 18.91%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#782D49 (or 0x782D49) is known color: Flirt. HEX triplet: 78, 2D and 49. RGB value is (120,45,73). Sum of RGB (Red+Green+Blue) = 120+45+73=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #782D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D49 is #87D2B6. Grayscale: #464646. Windows color (decimal): -8901303 or 4795768. OLE color: 4795768.

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

Color convert

RGB 120 45 73 -
CMYK 0 0.63 0.39 0.53
HSL 337.6º 0.45% 0.32% -
HSV(B) 337.6º 0.63% 0.47% -
XYZ 9.89 6.35 7.01 -
YUV 70.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 120 45 73 0 0.63 0.39 0.53 337.6 0.45 0.32
Hex 78 2D 49 0 3F 27 35 152 2D 20
Octal 170 55 111 0 77 47 65 522 55 40
Binary 1111000 101101 1001001 0 111111 100111 110101 101010010 101101 100000

Color Harmonies of #782D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782D49

Black with #782D49

Text Example


Text Example

White with #782D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,45,73); }

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

background-color css

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

 a { background-color: rgb(120,45,73); }

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

border-color css

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

 span { border-color: rgb(120,45,73); }

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