Html Css Color HEX #782253 Flirt

📋 copy color: '#782253'

red 120 ◦ green 34 ◦ blue 83

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

Shades of Flirt #782253

Tints of Flirt #782253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.02%

R = 50.63%
G = 14.35%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#782253 (or 0x782253) is known color: Flirt. HEX triplet: 78, 22 and 53. RGB value is (120,34,83). Sum of RGB (Red+Green+Blue) = 120+34+83=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #782253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782253 is #87DDAC. Grayscale: #414141. Windows color (decimal): -8904109 or 5448312. OLE color: 5448312.

HSL color Cylindrical-coordinate representation of color #782253: hue angle of 325.81º 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 #782253 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 34 83 -
CMYK 0 0.72 0.31 0.53
HSL 325.81º 0.56% 0.3% -
HSV(B) 325.81º 0.72% 0.47% -
XYZ 9.88 5.76 8.78 -
YUV 65.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 120 34 83 0 0.72 0.31 0.53 325.81 0.56 0.3
Hex 78 22 53 0 48 1F 35 146 38 1E
Octal 170 42 123 0 110 37 65 506 70 36
Binary 1111000 100010 1010011 0 1001000 11111 110101 101000110 111000 11110

Color Harmonies of #782253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782253

Black with #782253

Text Example


Text Example

White with #782253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782253; }

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

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

background-color css

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

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

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

border-color css

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

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

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