Html Css Color HEX #753255 Flirt

📋 copy color: '#753255'

red 117 ◦ green 50 ◦ blue 85

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

Shades of Flirt #753255

Tints of Flirt #753255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 46.43%
G = 19.84%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#753255 (or 0x753255) is known color: Flirt. HEX triplet: 75, 32 and 55. RGB value is (117,50,85). Sum of RGB (Red+Green+Blue) = 117+50+85=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #753255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753255 is #8ACDAA. Grayscale: #494949. Windows color (decimal): -9096619 or 5583477. OLE color: 5583477.

HSL color Cylindrical-coordinate representation of color #753255: hue angle of 328.66º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753255 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 50 85 -
CMYK 0 0.57 0.27 0.54
HSL 328.66º 0.4% 0.33% -
HSV(B) 328.66º 0.57% 0.46% -
XYZ 10.12 6.72 9.36 -
YUV 74.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 117 50 85 0 0.57 0.27 0.54 328.66 0.4 0.33
Hex 75 32 55 0 39 1B 36 149 28 21
Octal 165 62 125 0 71 33 66 511 50 41
Binary 1110101 110010 1010101 0 111001 11011 110110 101001001 101000 100001

Color Harmonies of #753255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753255

Black with #753255

Text Example


Text Example

White with #753255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753255; }

 p { color: rgb(117,50,85); }

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

background-color css

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

 a { background-color: rgb(117,50,85); }

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

border-color css

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

 span { border-color: rgb(117,50,85); }

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