Html Css Color HEX #753448 Flirt

📋 copy color: '#753448'

red 117 ◦ green 52 ◦ blue 72

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

Shades of Flirt #753448

Tints of Flirt #753448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

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

R = 48.55%
G = 21.58%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#753448 (or 0x753448) is known color: Flirt. HEX triplet: 75, 34 and 48. RGB value is (117,52,72). Sum of RGB (Red+Green+Blue) = 117+52+72=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #753448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753448 is #8ACBB7. Grayscale: #494949. Windows color (decimal): -9096120 or 4732021. OLE color: 4732021.

HSL color Cylindrical-coordinate representation of color #753448: hue angle of 341.54º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753448 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 72 -
CMYK 0 0.56 0.38 0.54
HSL 341.54º 0.38% 0.33% -
HSV(B) 341.54º 0.56% 0.46% -
XYZ 9.73 6.71 6.91 -
YUV 73.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 117 52 72 0 0.56 0.38 0.54 341.54 0.38 0.33
Hex 75 34 48 0 38 26 36 156 26 21
Octal 165 64 110 0 70 46 66 526 46 41
Binary 1110101 110100 1001000 0 111000 100110 110110 101010110 100110 100001

Color Harmonies of #753448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753448

Black with #753448

Text Example


Text Example

White with #753448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753448; }

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

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

background-color css

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

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

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

border-color css

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

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

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