Html Css Color HEX #73325A Flirt

📋 copy color: '#73325A'

red 115 ◦ green 50 ◦ blue 90

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

Shades of Flirt #73325A

Tints of Flirt #73325A

RGB

 RED value IS 115 (45.31% from 255) = 45.1%

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

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

R = 45.1%
G = 19.61%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#73325A (or 0x73325A) is known color: Flirt. HEX triplet: 73, 32 and 5A. RGB value is (115,50,90). Sum of RGB (Red+Green+Blue) = 115+50+90=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #73325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73325A is #8CCDA5. Grayscale: #494949. Windows color (decimal): -9227686 or 5911155. OLE color: 5911155.

HSL color Cylindrical-coordinate representation of color #73325A: hue angle of 323.08º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73325A is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 50 90 -
CMYK 0 0.57 0.22 0.55
HSL 323.08º 0.39% 0.32% -
HSV(B) 323.08º 0.57% 0.45% -
XYZ 10.06 6.66 10.43 -
YUV 74 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 115 50 90 0 0.57 0.22 0.55 323.08 0.39 0.32
Hex 73 32 5A 0 39 16 37 143 27 20
Octal 163 62 132 0 71 26 67 503 47 40
Binary 1110011 110010 1011010 0 111001 10110 110111 101000011 100111 100000

Color Harmonies of #73325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73325A

Black with #73325A

Text Example


Text Example

White with #73325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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