Html Css Color HEX #752448 Flirt

📋 copy color: '#752448'

red 117 ◦ green 36 ◦ blue 72

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

Shades of Flirt #752448

Tints of Flirt #752448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32%

R = 52%
G = 16%
B = 32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#752448 (or 0x752448) is known color: Flirt. HEX triplet: 75, 24 and 48. RGB value is (117,36,72). Sum of RGB (Red+Green+Blue) = 117+36+72=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #752448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752448 is #8ADBB7. Grayscale: #404040. Windows color (decimal): -9100216 or 4727925. OLE color: 4727925.

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

Color convert

RGB 117 36 72 -
CMYK 0 0.69 0.38 0.54
HSL 333.33º 0.53% 0.3% -
HSV(B) 333.33º 0.69% 0.46% -
XYZ 9.14 5.51 6.71 -
YUV 64.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 117 36 72 0 0.69 0.38 0.54 333.33 0.53 0.3
Hex 75 24 48 0 45 26 36 14D 35 1E
Octal 165 44 110 0 105 46 66 515 65 36
Binary 1110101 100100 1001000 0 1000101 100110 110110 101001101 110101 11110

Color Harmonies of #752448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752448

Black with #752448

Text Example


Text Example

White with #752448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752448; }

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

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

background-color css

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

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

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

border-color css

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

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

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