Html Css Color HEX #752550 Flirt

📋 copy color: '#752550'

red 117 ◦ green 37 ◦ blue 80

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

Shades of Flirt #752550

Tints of Flirt #752550

RGB

 RED value IS 117 (46.09% from 255) = 50%

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 50%
G = 15.81%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#752550 (or 0x752550) is known color: Flirt. HEX triplet: 75, 25 and 50. RGB value is (117,37,80). Sum of RGB (Red+Green+Blue) = 117+37+80=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #752550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752550 is #8ADAAF. Grayscale: #414141. Windows color (decimal): -9099952 or 5252469. OLE color: 5252469.

HSL color Cylindrical-coordinate representation of color #752550: hue angle of 327.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752550 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 37 80 -
CMYK 0 0.68 0.32 0.54
HSL 327.75º 0.52% 0.3% -
HSV(B) 327.75º 0.68% 0.46% -
XYZ 9.45 5.68 8.19 -
YUV 65.82 136 164.5 -
System Red Green Blue C M Y K H S L
Decimal 117 37 80 0 0.68 0.32 0.54 327.75 0.52 0.3
Hex 75 25 50 0 44 20 36 148 34 1E
Octal 165 45 120 0 104 40 66 510 64 36
Binary 1110101 100101 1010000 0 1000100 100000 110110 101001000 110100 11110

Color Harmonies of #752550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752550

Black with #752550

Text Example


Text Example

White with #752550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752550; }

 p { color: rgb(117,37,80); }

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

background-color css

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

 a { background-color: rgb(117,37,80); }

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

border-color css

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

 span { border-color: rgb(117,37,80); }

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