Html Css Color HEX #752C50 Flirt

📋 copy color: '#752C50'

red 117 ◦ green 44 ◦ blue 80

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

Shades of Flirt #752C50

Tints of Flirt #752C50

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.26%

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

R = 48.55%
G = 18.26%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#752C50 (or 0x752C50) is known color: Flirt. HEX triplet: 75, 2C and 50. RGB value is (117,44,80). Sum of RGB (Red+Green+Blue) = 117+44+80=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #752C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C50 is #8AD3AF. Grayscale: #454545. Windows color (decimal): -9098160 or 5254261. OLE color: 5254261.

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

Color convert

RGB 117 44 80 -
CMYK 0 0.62 0.32 0.54
HSL 330.41º 0.45% 0.32% -
HSV(B) 330.41º 0.62% 0.46% -
XYZ 9.68 6.16 8.27 -
YUV 69.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 117 44 80 0 0.62 0.32 0.54 330.41 0.45 0.32
Hex 75 2C 50 0 3E 20 36 14A 2D 20
Octal 165 54 120 0 76 40 66 512 55 40
Binary 1110101 101100 1010000 0 111110 100000 110110 101001010 101101 100000

Color Harmonies of #752C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C50

Black with #752C50

Text Example


Text Example

White with #752C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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