Html Css Color HEX #752650 Flirt

📋 copy color: '#752650'

red 117 ◦ green 38 ◦ blue 80

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

Shades of Flirt #752650

Tints of Flirt #752650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.04%

R = 49.79%
G = 16.17%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#752650 (or 0x752650) is known color: Flirt. HEX triplet: 75, 26 and 50. RGB value is (117,38,80). Sum of RGB (Red+Green+Blue) = 117+38+80=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #752650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752650 is #8AD9AF. Grayscale: #424242. Windows color (decimal): -9099696 or 5252725. OLE color: 5252725.

HSL color Cylindrical-coordinate representation of color #752650: hue angle of 328.1º 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 #752650 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 80 -
CMYK 0 0.68 0.32 0.54
HSL 328.1º 0.51% 0.3% -
HSV(B) 328.1º 0.68% 0.46% -
XYZ 9.48 5.75 8.2 -
YUV 66.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 117 38 80 0 0.68 0.32 0.54 328.1 0.51 0.3
Hex 75 26 50 0 44 20 36 148 33 1E
Octal 165 46 120 0 104 40 66 510 63 36
Binary 1110101 100110 1010000 0 1000100 100000 110110 101001000 110011 11110

Color Harmonies of #752650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752650

Black with #752650

Text Example


Text Example

White with #752650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752650; }

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

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

background-color css

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

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

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

border-color css

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

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

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