Html Css Color HEX #752649 Flirt

📋 copy color: '#752649'

red 117 ◦ green 38 ◦ blue 73

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

Shades of Flirt #752649

Tints of Flirt #752649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

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

R = 51.32%
G = 16.67%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#752649 (or 0x752649) is known color: Flirt. HEX triplet: 75, 26 and 49. RGB value is (117,38,73). Sum of RGB (Red+Green+Blue) = 117+38+73=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #752649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752649 is #8AD9B6. Grayscale: #414141. Windows color (decimal): -9099703 or 4793973. OLE color: 4793973.

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

Color convert

RGB 117 38 73 -
CMYK 0 0.68 0.38 0.54
HSL 333.42º 0.51% 0.3% -
HSV(B) 333.42º 0.68% 0.46% -
XYZ 9.23 5.65 6.91 -
YUV 65.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 117 38 73 0 0.68 0.38 0.54 333.42 0.51 0.3
Hex 75 26 49 0 44 26 36 14D 33 1E
Octal 165 46 111 0 104 46 66 515 63 36
Binary 1110101 100110 1001001 0 1000100 100110 110110 101001101 110011 11110

Color Harmonies of #752649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752649

Black with #752649

Text Example


Text Example

White with #752649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752649; }

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

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

background-color css

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

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

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

border-color css

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

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

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