Html Css Color HEX #753955 Flirt

📋 copy color: '#753955'

red 117 ◦ green 57 ◦ blue 85

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

Shades of Flirt #753955

Tints of Flirt #753955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.01%

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

R = 45.17%
G = 22.01%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#753955 (or 0x753955) is known color: Flirt. HEX triplet: 75, 39 and 55. RGB value is (117,57,85). Sum of RGB (Red+Green+Blue) = 117+57+85=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #753955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753955 is #8AC6AA. Grayscale: #4E4E4E. Windows color (decimal): -9094827 or 5585269. OLE color: 5585269.

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

Color convert

RGB 117 57 85 -
CMYK 0 0.51 0.27 0.54
HSL 332º 0.34% 0.34% -
HSV(B) 332º 0.51% 0.46% -
XYZ 10.44 7.36 9.47 -
YUV 78.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 117 57 85 0 0.51 0.27 0.54 332 0.34 0.34
Hex 75 39 55 0 33 1B 36 14C 22 22
Octal 165 71 125 0 63 33 66 514 42 42
Binary 1110101 111001 1010101 0 110011 11011 110110 101001100 100010 100010

Color Harmonies of #753955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753955

Black with #753955

Text Example


Text Example

White with #753955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753955; }

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

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

background-color css

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

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

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

border-color css

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

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

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