Html Css Color HEX #752D5A Flirt

📋 copy color: '#752D5A'

red 117 ◦ green 45 ◦ blue 90

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

Shades of Flirt #752D5A

Tints of Flirt #752D5A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.86%

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 46.43%
G = 17.86%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#752D5A (or 0x752D5A) is known color: Flirt. HEX triplet: 75, 2D and 5A. RGB value is (117,45,90). Sum of RGB (Red+Green+Blue) = 117+45+90=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #752D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D5A is #8AD2A5. Grayscale: #474747. Windows color (decimal): -9097894 or 5909877. OLE color: 5909877.

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

Color convert

RGB 117 45 90 -
CMYK 0 0.62 0.23 0.54
HSL 322.5º 0.44% 0.32% -
HSV(B) 322.5º 0.62% 0.46% -
XYZ 10.12 6.4 10.37 -
YUV 71.66 138.35 160.34 -
System Red Green Blue C M Y K H S L
Decimal 117 45 90 0 0.62 0.23 0.54 322.5 0.44 0.32
Hex 75 2D 5A 0 3E 17 36 142 2C 20
Octal 165 55 132 0 76 27 66 502 54 40
Binary 1110101 101101 1011010 0 111110 10111 110110 101000010 101100 100000

Color Harmonies of #752D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D5A

Black with #752D5A

Text Example


Text Example

White with #752D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,45,90); }

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

background-color css

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

 a { background-color: rgb(117,45,90); }

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

border-color css

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

 span { border-color: rgb(117,45,90); }

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