Html Css Color HEX #752C53 Flirt

📋 copy color: '#752C53'

red 117 ◦ green 44 ◦ blue 83

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

Shades of Flirt #752C53

Tints of Flirt #752C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.02%

R = 47.95%
G = 18.03%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#752C53 (or 0x752C53) is known color: Flirt. HEX triplet: 75, 2C and 53. RGB value is (117,44,83). Sum of RGB (Red+Green+Blue) = 117+44+83=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #752C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C53 is #8AD3AC. Grayscale: #464646. Windows color (decimal): -9098157 or 5450869. OLE color: 5450869.

HSL color Cylindrical-coordinate representation of color #752C53: hue angle of 327.95º 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 #752C53 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 44 83 -
CMYK 0 0.62 0.29 0.54
HSL 327.95º 0.45% 0.32% -
HSV(B) 327.95º 0.62% 0.46% -
XYZ 9.8 6.21 8.87 -
YUV 70.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 117 44 83 0 0.62 0.29 0.54 327.95 0.45 0.32
Hex 75 2C 53 0 3E 1D 36 148 2D 20
Octal 165 54 123 0 76 35 66 510 55 40
Binary 1110101 101100 1010011 0 111110 11101 110110 101001000 101101 100000

Color Harmonies of #752C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C53

Black with #752C53

Text Example


Text Example

White with #752C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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