Html Css Color HEX #753858 Flirt

📋 copy color: '#753858'

red 117 ◦ green 56 ◦ blue 88

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

Shades of Flirt #753858

Tints of Flirt #753858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.72%

R = 44.83%
G = 21.46%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#753858 (or 0x753858) is known color: Flirt. HEX triplet: 75, 38 and 58. RGB value is (117,56,88). Sum of RGB (Red+Green+Blue) = 117+56+88=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #753858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753858 is #8AC7A7. Grayscale: #4D4D4D. Windows color (decimal): -9095080 or 5781621. OLE color: 5781621.

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

Color convert

RGB 117 56 88 -
CMYK 0 0.52 0.25 0.54
HSL 328.52º 0.35% 0.34% -
HSV(B) 328.52º 0.52% 0.46% -
XYZ 10.51 7.31 10.09 -
YUV 77.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 117 56 88 0 0.52 0.25 0.54 328.52 0.35 0.34
Hex 75 38 58 0 34 19 36 149 23 22
Octal 165 70 130 0 64 31 66 511 43 42
Binary 1110101 111000 1011000 0 110100 11001 110110 101001001 100011 100010

Color Harmonies of #753858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753858

Black with #753858

Text Example


Text Example

White with #753858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753858; }

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

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

background-color css

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

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

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

border-color css

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

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

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