Html Css Color HEX #78325D Flirt

📋 copy color: '#78325D'

red 120 ◦ green 50 ◦ blue 93

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

Shades of Flirt #78325D

Tints of Flirt #78325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 45.63%
G = 19.01%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78325D (or 0x78325D) is known color: Flirt. HEX triplet: 78, 32 and 5D. RGB value is (120,50,93). Sum of RGB (Red+Green+Blue) = 120+50+93=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78325D is #87CDA2. Grayscale: #4B4B4B. Windows color (decimal): -8900003 or 6107768. OLE color: 6107768.

HSL color Cylindrical-coordinate representation of color #78325D: hue angle of 323.14º 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 #78325D is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 93 -
CMYK 0 0.58 0.22 0.53
HSL 323.14º 0.41% 0.33% -
HSV(B) 323.14º 0.58% 0.47% -
XYZ 10.86 7.06 11.15 -
YUV 75.83 137.69 159.5 -
System Red Green Blue C M Y K H S L
Decimal 120 50 93 0 0.58 0.22 0.53 323.14 0.41 0.33
Hex 78 32 5D 0 3A 16 35 143 29 21
Octal 170 62 135 0 72 26 65 503 51 41
Binary 1111000 110010 1011101 0 111010 10110 110101 101000011 101001 100001

Color Harmonies of #78325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78325D

Black with #78325D

Text Example


Text Example

White with #78325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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