Html Css Color HEX #752953 Flirt

📋 copy color: '#752953'

red 117 ◦ green 41 ◦ blue 83

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

Shades of Flirt #752953

Tints of Flirt #752953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

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

R = 48.55%
G = 17.01%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#752953 (or 0x752953) is known color: Flirt. HEX triplet: 75, 29 and 53. RGB value is (117,41,83). Sum of RGB (Red+Green+Blue) = 117+41+83=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #752953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752953 is #8AD6AC. Grayscale: #444444. Windows color (decimal): -9098925 or 5450101. OLE color: 5450101.

HSL color Cylindrical-coordinate representation of color #752953: hue angle of 326.84º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752953 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 83 -
CMYK 0 0.65 0.29 0.54
HSL 326.84º 0.48% 0.31% -
HSV(B) 326.84º 0.65% 0.46% -
XYZ 9.69 5.99 8.83 -
YUV 68.51 136.18 162.58 -
System Red Green Blue C M Y K H S L
Decimal 117 41 83 0 0.65 0.29 0.54 326.84 0.48 0.31
Hex 75 29 53 0 41 1D 36 147 30 1F
Octal 165 51 123 0 101 35 66 507 60 37
Binary 1110101 101001 1010011 0 1000001 11101 110110 101000111 110000 11111

Color Harmonies of #752953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752953

Black with #752953

Text Example


Text Example

White with #752953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752953; }

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

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

background-color css

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

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

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

border-color css

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

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

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