Html Css Color HEX #753148 Flirt

📋 copy color: '#753148'

red 117 ◦ green 49 ◦ blue 72

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

Shades of Flirt #753148

Tints of Flirt #753148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.59%

 BLUE value IS 72 (28.52% from 255) = 30.25%

R = 49.16%
G = 20.59%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#753148 (or 0x753148) is known color: Flirt. HEX triplet: 75, 31 and 48. RGB value is (117,49,72). Sum of RGB (Red+Green+Blue) = 117+49+72=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #753148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753148 is #8ACEB7. Grayscale: #474747. Windows color (decimal): -9096888 or 4731253. OLE color: 4731253.

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

Color convert

RGB 117 49 72 -
CMYK 0 0.58 0.38 0.54
HSL 339.71º 0.41% 0.33% -
HSV(B) 339.71º 0.58% 0.46% -
XYZ 9.6 6.45 6.87 -
YUV 71.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 117 49 72 0 0.58 0.38 0.54 339.71 0.41 0.33
Hex 75 31 48 0 3A 26 36 154 29 21
Octal 165 61 110 0 72 46 66 524 51 41
Binary 1110101 110001 1001000 0 111010 100110 110110 101010100 101001 100001

Color Harmonies of #753148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753148

Black with #753148

Text Example


Text Example

White with #753148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753148; }

 p { color: rgb(117,49,72); }

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

background-color css

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

 a { background-color: rgb(117,49,72); }

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

border-color css

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

 span { border-color: rgb(117,49,72); }

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