Html Css Color HEX #753554 Flirt

📋 copy color: '#753554'

red 117 ◦ green 53 ◦ blue 84

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

Shades of Flirt #753554

Tints of Flirt #753554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

 BLUE value IS 84 (33.2% from 255) = 33.07%

R = 46.06%
G = 20.87%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#753554 (or 0x753554) is known color: Flirt. HEX triplet: 75, 35 and 54. RGB value is (117,53,84). Sum of RGB (Red+Green+Blue) = 117+53+84=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #753554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753554 is #8ACAAB. Grayscale: #4B4B4B. Windows color (decimal): -9095852 or 5518709. OLE color: 5518709.

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

Color convert

RGB 117 53 84 -
CMYK 0 0.55 0.28 0.54
HSL 330.94º 0.38% 0.33% -
HSV(B) 330.94º 0.55% 0.46% -
XYZ 10.21 6.97 9.19 -
YUV 75.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 117 53 84 0 0.55 0.28 0.54 330.94 0.38 0.33
Hex 75 35 54 0 37 1C 36 14B 26 21
Octal 165 65 124 0 67 34 66 513 46 41
Binary 1110101 110101 1010100 0 110111 11100 110110 101001011 100110 100001

Color Harmonies of #753554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753554

Black with #753554

Text Example


Text Example

White with #753554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753554; }

 p { color: rgb(117,53,84); }

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

background-color css

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

 a { background-color: rgb(117,53,84); }

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

border-color css

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

 span { border-color: rgb(117,53,84); }

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