Html Css Color HEX #752949 Flirt

📋 copy color: '#752949'

red 117 ◦ green 41 ◦ blue 73

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

Shades of Flirt #752949

Tints of Flirt #752949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

 BLUE value IS 73 (28.91% from 255) = 31.6%

R = 50.65%
G = 17.75%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#752949 (or 0x752949) is known color: Flirt. HEX triplet: 75, 29 and 49. RGB value is (117,41,73). Sum of RGB (Red+Green+Blue) = 117+41+73=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #752949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752949 is #8AD6B6. Grayscale: #434343. Windows color (decimal): -9098935 or 4794741. OLE color: 4794741.

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

Color convert

RGB 117 41 73 -
CMYK 0 0.65 0.38 0.54
HSL 334.74º 0.48% 0.31% -
HSV(B) 334.74º 0.65% 0.46% -
XYZ 9.33 5.85 6.94 -
YUV 67.37 131.18 163.4 -
System Red Green Blue C M Y K H S L
Decimal 117 41 73 0 0.65 0.38 0.54 334.74 0.48 0.31
Hex 75 29 49 0 41 26 36 14F 30 1F
Octal 165 51 111 0 101 46 66 517 60 37
Binary 1110101 101001 1001001 0 1000001 100110 110110 101001111 110000 11111

Color Harmonies of #752949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752949

Black with #752949

Text Example


Text Example

White with #752949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752949; }

 p { color: rgb(117,41,73); }

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

background-color css

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

 a { background-color: rgb(117,41,73); }

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

border-color css

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

 span { border-color: rgb(117,41,73); }

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