Html Css Color HEX #752852 Flirt

📋 copy color: '#752852'

red 117 ◦ green 40 ◦ blue 82

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

Shades of Flirt #752852

Tints of Flirt #752852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

 BLUE value IS 82 (32.42% from 255) = 34.31%

R = 48.95%
G = 16.74%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#752852 (or 0x752852) is known color: Flirt. HEX triplet: 75, 28 and 52. RGB value is (117,40,82). Sum of RGB (Red+Green+Blue) = 117+40+82=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #752852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752852 is #8AD7AD. Grayscale: #434343. Windows color (decimal): -9099182 or 5384309. OLE color: 5384309.

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

Color convert

RGB 117 40 82 -
CMYK 0 0.66 0.30 0.54
HSL 327.27º 0.49% 0.31% -
HSV(B) 327.27º 0.66% 0.46% -
XYZ 9.62 5.91 8.62 -
YUV 67.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 117 40 82 0 0.66 0.30 0.54 327.27 0.49 0.31
Hex 75 28 52 0 42 1E 36 147 31 1F
Octal 165 50 122 0 102 36 66 507 61 37
Binary 1110101 101000 1010010 0 1000010 11110 110110 101000111 110001 11111

Color Harmonies of #752852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752852

Black with #752852

Text Example


Text Example

White with #752852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752852; }

 p { color: rgb(117,40,82); }

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

background-color css

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

 a { background-color: rgb(117,40,82); }

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

border-color css

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

 span { border-color: rgb(117,40,82); }

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