Html Css Color HEX #752853 Flirt

📋 copy color: '#752853'

red 117 ◦ green 40 ◦ blue 83

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

Shades of Flirt #752853

Tints of Flirt #752853

RGB

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

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

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

R = 48.75%
G = 16.67%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#752853 (or 0x752853) is known color: Flirt. HEX triplet: 75, 28 and 53. RGB value is (117,40,83). Sum of RGB (Red+Green+Blue) = 117+40+83=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #752853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752853 is #8AD7AC. Grayscale: #434343. Windows color (decimal): -9099181 or 5449845. OLE color: 5449845.

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

Color convert

RGB 117 40 83 -
CMYK 0 0.66 0.29 0.54
HSL 326.49º 0.49% 0.31% -
HSV(B) 326.49º 0.66% 0.46% -
XYZ 9.66 5.92 8.82 -
YUV 67.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 117 40 83 0 0.66 0.29 0.54 326.49 0.49 0.31
Hex 75 28 53 0 42 1D 36 146 31 1F
Octal 165 50 123 0 102 35 66 506 61 37
Binary 1110101 101000 1010011 0 1000010 11101 110110 101000110 110001 11111

Color Harmonies of #752853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752853

Black with #752853

Text Example


Text Example

White with #752853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752853; }

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

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

background-color css

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

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

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

border-color css

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

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

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