Html Css Color HEX #752452 Flirt

📋 copy color: '#752452'

red 117 ◦ green 36 ◦ blue 82

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

Shades of Flirt #752452

Tints of Flirt #752452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 49.79%
G = 15.32%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#752452 (or 0x752452) is known color: Flirt. HEX triplet: 75, 24 and 52. RGB value is (117,36,82). Sum of RGB (Red+Green+Blue) = 117+36+82=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #752452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752452 is #8ADBAD. Grayscale: #414141. Windows color (decimal): -9100206 or 5383285. OLE color: 5383285.

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

Color convert

RGB 117 36 82 -
CMYK 0 0.69 0.30 0.54
HSL 325.93º 0.53% 0.3% -
HSV(B) 325.93º 0.69% 0.46% -
XYZ 9.49 5.65 8.57 -
YUV 65.46 137.34 164.76 -
System Red Green Blue C M Y K H S L
Decimal 117 36 82 0 0.69 0.30 0.54 325.93 0.53 0.3
Hex 75 24 52 0 45 1E 36 146 35 1E
Octal 165 44 122 0 105 36 66 506 65 36
Binary 1110101 100100 1010010 0 1000101 11110 110110 101000110 110101 11110

Color Harmonies of #752452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752452

Black with #752452

Text Example


Text Example

White with #752452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752452; }

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

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

background-color css

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

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

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

border-color css

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

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

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