Html Css Color HEX #73365B Flirt

📋 copy color: '#73365B'

red 115 ◦ green 54 ◦ blue 91

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

Shades of Flirt #73365B

Tints of Flirt #73365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

 BLUE value IS 91 (35.94% from 255) = 35%

R = 44.23%
G = 20.77%
B = 35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73365B (or 0x73365B) is known color: Flirt. HEX triplet: 73, 36 and 5B. RGB value is (115,54,91). Sum of RGB (Red+Green+Blue) = 115+54+91=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73365B is #8CC9A4. Grayscale: #4C4C4C. Windows color (decimal): -9226661 or 5977715. OLE color: 5977715.

HSL color Cylindrical-coordinate representation of color #73365B: hue angle of 323.61º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73365B is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 54 91 -
CMYK 0 0.53 0.21 0.55
HSL 323.61º 0.36% 0.33% -
HSV(B) 323.61º 0.53% 0.45% -
XYZ 10.28 7.04 10.71 -
YUV 76.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 115 54 91 0 0.53 0.21 0.55 323.61 0.36 0.33
Hex 73 36 5B 0 35 15 37 144 24 21
Octal 163 66 133 0 65 25 67 504 44 41
Binary 1110011 110110 1011011 0 110101 10101 110111 101000100 100100 100001

Color Harmonies of #73365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73365B

Black with #73365B

Text Example


Text Example

White with #73365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73365B; }

 p { color: rgb(115,54,91); }

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

background-color css

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

 a { background-color: rgb(115,54,91); }

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

border-color css

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

 span { border-color: rgb(115,54,91); }

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