Html Css Color HEX #752350 Flirt

📋 copy color: '#752350'

red 117 ◦ green 35 ◦ blue 80

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

Shades of Flirt #752350

Tints of Flirt #752350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.09%

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

R = 50.43%
G = 15.09%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#752350 (or 0x752350) is known color: Flirt. HEX triplet: 75, 23 and 50. RGB value is (117,35,80). Sum of RGB (Red+Green+Blue) = 117+35+80=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #752350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752350 is #8ADCAF. Grayscale: #404040. Windows color (decimal): -9100464 or 5251957. OLE color: 5251957.

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

Color convert

RGB 117 35 80 -
CMYK 0 0.70 0.32 0.54
HSL 327.07º 0.54% 0.3% -
HSV(B) 327.07º 0.7% 0.46% -
XYZ 9.39 5.56 8.17 -
YUV 64.65 136.67 165.34 -
System Red Green Blue C M Y K H S L
Decimal 117 35 80 0 0.70 0.32 0.54 327.07 0.54 0.3
Hex 75 23 50 0 46 20 36 147 36 1E
Octal 165 43 120 0 106 40 66 507 66 36
Binary 1110101 100011 1010000 0 1000110 100000 110110 101000111 110110 11110

Color Harmonies of #752350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752350

Black with #752350

Text Example


Text Example

White with #752350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752350; }

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

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

background-color css

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

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

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

border-color css

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

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

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