Html Css Color HEX #752C55 Flirt

📋 copy color: '#752C55'

red 117 ◦ green 44 ◦ blue 85

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

Shades of Flirt #752C55

Tints of Flirt #752C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.55%

R = 47.56%
G = 17.89%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#752C55 (or 0x752C55) is known color: Flirt. HEX triplet: 75, 2C and 55. RGB value is (117,44,85). Sum of RGB (Red+Green+Blue) = 117+44+85=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #752C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C55 is #8AD3AA. Grayscale: #464646. Windows color (decimal): -9098155 or 5581941. OLE color: 5581941.

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

Color convert

RGB 117 44 85 -
CMYK 0 0.62 0.27 0.54
HSL 326.3º 0.45% 0.32% -
HSV(B) 326.3º 0.62% 0.46% -
XYZ 9.88 6.24 9.28 -
YUV 70.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 117 44 85 0 0.62 0.27 0.54 326.3 0.45 0.32
Hex 75 2C 55 0 3E 1B 36 146 2D 20
Octal 165 54 125 0 76 33 66 506 55 40
Binary 1110101 101100 1010101 0 111110 11011 110110 101000110 101101 100000

Color Harmonies of #752C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C55

Black with #752C55

Text Example


Text Example

White with #752C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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