Html Css Color HEX #753859 Flirt

📋 copy color: '#753859'

red 117 ◦ green 56 ◦ blue 89

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

Shades of Flirt #753859

Tints of Flirt #753859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

 BLUE value IS 89 (35.16% from 255) = 33.97%

R = 44.66%
G = 21.37%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#753859 (or 0x753859) is known color: Flirt. HEX triplet: 75, 38 and 59. RGB value is (117,56,89). Sum of RGB (Red+Green+Blue) = 117+56+89=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #753859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753859 is #8AC7A6. Grayscale: #4D4D4D. Windows color (decimal): -9095079 or 5847157. OLE color: 5847157.

HSL color Cylindrical-coordinate representation of color #753859: hue angle of 327.54º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #753859 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 56 89 -
CMYK 0 0.52 0.24 0.54
HSL 327.54º 0.35% 0.34% -
HSV(B) 327.54º 0.52% 0.46% -
XYZ 10.55 7.33 10.31 -
YUV 78 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 117 56 89 0 0.52 0.24 0.54 327.54 0.35 0.34
Hex 75 38 59 0 34 18 36 148 23 22
Octal 165 70 131 0 64 30 66 510 43 42
Binary 1110101 111000 1011001 0 110100 11000 110110 101001000 100011 100010

Color Harmonies of #753859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753859

Black with #753859

Text Example


Text Example

White with #753859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753859; }

 p { color: rgb(117,56,89); }

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

background-color css

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

 a { background-color: rgb(117,56,89); }

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

border-color css

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

 span { border-color: rgb(117,56,89); }

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