Html Css Color HEX #78325A Flirt

📋 copy color: '#78325A'

red 120 ◦ green 50 ◦ blue 90

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

Shades of Flirt #78325A

Tints of Flirt #78325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.23%

 BLUE value IS 90 (35.55% from 255) = 34.62%

R = 46.15%
G = 19.23%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78325A (or 0x78325A) is known color: Flirt. HEX triplet: 78, 32 and 5A. RGB value is (120,50,90). Sum of RGB (Red+Green+Blue) = 120+50+90=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #78325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78325A is #87CDA5. Grayscale: #4B4B4B. Windows color (decimal): -8900006 or 5911160. OLE color: 5911160.

HSL color Cylindrical-coordinate representation of color #78325A: hue angle of 325.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78325A is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 90 -
CMYK 0 0.58 0.25 0.53
HSL 325.71º 0.41% 0.33% -
HSV(B) 325.71º 0.58% 0.47% -
XYZ 10.73 7.01 10.46 -
YUV 75.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 120 50 90 0 0.58 0.25 0.53 325.71 0.41 0.33
Hex 78 32 5A 0 3A 19 35 146 29 21
Octal 170 62 132 0 72 31 65 506 51 41
Binary 1111000 110010 1011010 0 111010 11001 110101 101000110 101001 100001

Color Harmonies of #78325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78325A

Black with #78325A

Text Example


Text Example

White with #78325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78325A; }

 p { color: rgb(120,50,90); }

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

background-color css

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

 a { background-color: rgb(120,50,90); }

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

border-color css

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

 span { border-color: rgb(120,50,90); }

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