Html Css Color HEX #752851 Flirt

📋 copy color: '#752851'

red 117 ◦ green 40 ◦ blue 81

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

Shades of Flirt #752851

Tints of Flirt #752851

RGB

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

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

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

R = 49.16%
G = 16.81%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#752851 (or 0x752851) is known color: Flirt. HEX triplet: 75, 28 and 51. RGB value is (117,40,81). Sum of RGB (Red+Green+Blue) = 117+40+81=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #752851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752851 is #8AD7AE. Grayscale: #434343. Windows color (decimal): -9099183 or 5318773. OLE color: 5318773.

HSL color Cylindrical-coordinate representation of color #752851: hue angle of 328.05º 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 #752851 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 81 -
CMYK 0 0.66 0.31 0.54
HSL 328.05º 0.49% 0.31% -
HSV(B) 328.05º 0.66% 0.46% -
XYZ 9.58 5.89 8.42 -
YUV 67.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 117 40 81 0 0.66 0.31 0.54 328.05 0.49 0.31
Hex 75 28 51 0 42 1F 36 148 31 1F
Octal 165 50 121 0 102 37 66 510 61 37
Binary 1110101 101000 1010001 0 1000010 11111 110110 101001000 110001 11111

Color Harmonies of #752851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752851

Black with #752851

Text Example


Text Example

White with #752851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752851; }

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

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

background-color css

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

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

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

border-color css

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

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

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