Html Css Color HEX #752455 Flirt

📋 copy color: '#752455'

red 117 ◦ green 36 ◦ blue 85

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

Shades of Flirt #752455

Tints of Flirt #752455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

 BLUE value IS 85 (33.59% from 255) = 35.71%

R = 49.16%
G = 15.13%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#752455 (or 0x752455) is known color: Flirt. HEX triplet: 75, 24 and 55. RGB value is (117,36,85). Sum of RGB (Red+Green+Blue) = 117+36+85=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #752455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752455 is #8ADBAA. Grayscale: #414141. Windows color (decimal): -9100203 or 5579893. OLE color: 5579893.

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

Color convert

RGB 117 36 85 -
CMYK 0 0.69 0.27 0.54
HSL 323.7º 0.53% 0.3% -
HSV(B) 323.7º 0.69% 0.46% -
XYZ 9.61 5.7 9.19 -
YUV 65.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 117 36 85 0 0.69 0.27 0.54 323.7 0.53 0.3
Hex 75 24 55 0 45 1B 36 144 35 1E
Octal 165 44 125 0 105 33 66 504 65 36
Binary 1110101 100100 1010101 0 1000101 11011 110110 101000100 110101 11110

Color Harmonies of #752455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752455

Black with #752455

Text Example


Text Example

White with #752455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752455; }

 p { color: rgb(117,36,85); }

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

background-color css

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

 a { background-color: rgb(117,36,85); }

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

border-color css

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

 span { border-color: rgb(117,36,85); }

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