Html Css Color HEX #752454 Flirt

📋 copy color: '#752454'

red 117 ◦ green 36 ◦ blue 84

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

Shades of Flirt #752454

Tints of Flirt #752454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.44%

R = 49.37%
G = 15.19%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#752454 (or 0x752454) is known color: Flirt. HEX triplet: 75, 24 and 54. RGB value is (117,36,84). Sum of RGB (Red+Green+Blue) = 117+36+84=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #752454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752454 is #8ADBAB. Grayscale: #414141. Windows color (decimal): -9100204 or 5514357. OLE color: 5514357.

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

Color convert

RGB 117 36 84 -
CMYK 0 0.69 0.28 0.54
HSL 324.44º 0.53% 0.3% -
HSV(B) 324.44º 0.69% 0.46% -
XYZ 9.57 5.68 8.98 -
YUV 65.69 138.34 164.6 -
System Red Green Blue C M Y K H S L
Decimal 117 36 84 0 0.69 0.28 0.54 324.44 0.53 0.3
Hex 75 24 54 0 45 1C 36 144 35 1E
Octal 165 44 124 0 105 34 66 504 65 36
Binary 1110101 100100 1010100 0 1000101 11100 110110 101000100 110101 11110

Color Harmonies of #752454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752454

Black with #752454

Text Example


Text Example

White with #752454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752454; }

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

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

background-color css

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

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

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

border-color css

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

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

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