Html Css Color HEX #753055 Flirt

📋 copy color: '#753055'

red 117 ◦ green 48 ◦ blue 85

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

Shades of Flirt #753055

Tints of Flirt #753055

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

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

R = 46.8%
G = 19.2%
B = 34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#753055 (or 0x753055) is known color: Flirt. HEX triplet: 75, 30 and 55. RGB value is (117,48,85). Sum of RGB (Red+Green+Blue) = 117+48+85=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #753055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753055 is #8ACFAA. Grayscale: #484848. Windows color (decimal): -9097131 or 5582965. OLE color: 5582965.

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

Color convert

RGB 117 48 85 -
CMYK 0 0.59 0.27 0.54
HSL 327.83º 0.42% 0.32% -
HSV(B) 327.83º 0.59% 0.46% -
XYZ 10.03 6.55 9.33 -
YUV 72.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 117 48 85 0 0.59 0.27 0.54 327.83 0.42 0.32
Hex 75 30 55 0 3B 1B 36 148 2A 20
Octal 165 60 125 0 73 33 66 510 52 40
Binary 1110101 110000 1010101 0 111011 11011 110110 101001000 101010 100000

Color Harmonies of #753055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753055

Black with #753055

Text Example


Text Example

White with #753055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753055; }

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

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

background-color css

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

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

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

border-color css

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

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

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