Html Css Color HEX #782246 Flirt

📋 copy color: '#782246'

red 120 ◦ green 34 ◦ blue 70

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

Shades of Flirt #782246

Tints of Flirt #782246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.18%

 BLUE value IS 70 (27.73% from 255) = 31.25%

R = 53.57%
G = 15.18%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#782246 (or 0x782246) is known color: Flirt. HEX triplet: 78, 22 and 46. RGB value is (120,34,70). Sum of RGB (Red+Green+Blue) = 120+34+70=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #782246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782246 is #87DDB9. Grayscale: #3F3F3F. Windows color (decimal): -8904122 or 4596344. OLE color: 4596344.

HSL color Cylindrical-coordinate representation of color #782246: hue angle of 334.88º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #782246 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 34 70 -
CMYK 0 0.72 0.42 0.53
HSL 334.88º 0.56% 0.3% -
HSV(B) 334.88º 0.72% 0.47% -
XYZ 9.42 5.58 6.37 -
YUV 63.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 120 34 70 0 0.72 0.42 0.53 334.88 0.56 0.3
Hex 78 22 46 0 48 2A 35 14F 38 1E
Octal 170 42 106 0 110 52 65 517 70 36
Binary 1111000 100010 1000110 0 1001000 101010 110101 101001111 111000 11110

Color Harmonies of #782246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782246

Black with #782246

Text Example


Text Example

White with #782246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782246; }

 p { color: rgb(120,34,70); }

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

background-color css

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

 a { background-color: rgb(120,34,70); }

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

border-color css

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

 span { border-color: rgb(120,34,70); }

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