Html Css Color HEX #782441 Flirt

📋 copy color: '#782441'

red 120 ◦ green 36 ◦ blue 65

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

Shades of Flirt #782441

Tints of Flirt #782441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 54.3%
G = 16.29%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#782441 (or 0x782441) is known color: Flirt. HEX triplet: 78, 24 and 41. RGB value is (120,36,65). Sum of RGB (Red+Green+Blue) = 120+36+65=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #782441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782441 is #87DBBE. Grayscale: #404040. Windows color (decimal): -8903615 or 4269176. OLE color: 4269176.

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

Color convert

RGB 120 36 65 -
CMYK 0 0.7 0.46 0.53
HSL 339.29º 0.54% 0.31% -
HSV(B) 339.29º 0.7% 0.47% -
XYZ 9.33 5.64 5.6 -
YUV 64.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 120 36 65 0 0.7 0.46 0.53 339.29 0.54 0.31
Hex 78 24 41 0 46 2E 35 153 36 1F
Octal 170 44 101 0 106 56 65 523 66 37
Binary 1111000 100100 1000001 0 1000110 101110 110101 101010011 110110 11111

Color Harmonies of #782441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782441

Black with #782441

Text Example


Text Example

White with #782441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782441; }

 p { color: rgb(120,36,65); }

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

background-color css

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

 a { background-color: rgb(120,36,65); }

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

border-color css

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

 span { border-color: rgb(120,36,65); }

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