Html Css Color HEX #782551 Flirt

📋 copy color: '#782551'

red 120 ◦ green 37 ◦ blue 81

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

Shades of Flirt #782551

Tints of Flirt #782551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.55%

 BLUE value IS 81 (32.03% from 255) = 34.03%

R = 50.42%
G = 15.55%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#782551 (or 0x782551) is known color: Flirt. HEX triplet: 78, 25 and 51. RGB value is (120,37,81). Sum of RGB (Red+Green+Blue) = 120+37+81=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #782551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782551 is #87DAAE. Grayscale: #424242. Windows color (decimal): -8903343 or 5318008. OLE color: 5318008.

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

Color convert

RGB 120 37 81 -
CMYK 0 0.69 0.32 0.53
HSL 328.19º 0.53% 0.31% -
HSV(B) 328.19º 0.69% 0.47% -
XYZ 9.89 5.91 8.4 -
YUV 66.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 120 37 81 0 0.69 0.32 0.53 328.19 0.53 0.31
Hex 78 25 51 0 45 20 35 148 35 1F
Octal 170 45 121 0 105 40 65 510 65 37
Binary 1111000 100101 1010001 0 1000101 100000 110101 101001000 110101 11111

Color Harmonies of #782551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782551

Black with #782551

Text Example


Text Example

White with #782551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782551; }

 p { color: rgb(120,37,81); }

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

background-color css

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

 a { background-color: rgb(120,37,81); }

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

border-color css

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

 span { border-color: rgb(120,37,81); }

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