Html Css Color HEX #752E51 Flirt

📋 copy color: '#752E51'

red 117 ◦ green 46 ◦ blue 81

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

Shades of Flirt #752E51

Tints of Flirt #752E51

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.85%

 BLUE value IS 81 (32.03% from 255) = 33.2%

R = 47.95%
G = 18.85%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#752E51 (or 0x752E51) is known color: Flirt. HEX triplet: 75, 2E and 51. RGB value is (117,46,81). Sum of RGB (Red+Green+Blue) = 117+46+81=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #752E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E51 is #8AD1AE. Grayscale: #474747. Windows color (decimal): -9097647 or 5320309. OLE color: 5320309.

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

Color convert

RGB 117 46 81 -
CMYK 0 0.61 0.31 0.54
HSL 330.42º 0.44% 0.32% -
HSV(B) 330.42º 0.61% 0.46% -
XYZ 9.8 6.33 8.49 -
YUV 71.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 117 46 81 0 0.61 0.31 0.54 330.42 0.44 0.32
Hex 75 2E 51 0 3D 1F 36 14A 2C 20
Octal 165 56 121 0 75 37 66 512 54 40
Binary 1110101 101110 1010001 0 111101 11111 110110 101001010 101100 100000

Color Harmonies of #752E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E51

Black with #752E51

Text Example


Text Example

White with #752E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,46,81); }

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

background-color css

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

 a { background-color: rgb(117,46,81); }

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

border-color css

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

 span { border-color: rgb(117,46,81); }

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