Html Css Color HEX #752D47 Flirt

📋 copy color: '#752D47'

red 117 ◦ green 45 ◦ blue 71

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

Shades of Flirt #752D47

Tints of Flirt #752D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.31%

 BLUE value IS 71 (28.13% from 255) = 30.47%

R = 50.21%
G = 19.31%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#752D47 (or 0x752D47) is known color: Flirt. HEX triplet: 75, 2D and 47. RGB value is (117,45,71). Sum of RGB (Red+Green+Blue) = 117+45+71=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #752D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D47 is #8AD2B8. Grayscale: #454545. Windows color (decimal): -9097913 or 4664693. OLE color: 4664693.

HSL color Cylindrical-coordinate representation of color #752D47: hue angle of 338.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752D47 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 45 71 -
CMYK 0 0.62 0.39 0.54
HSL 338.33º 0.44% 0.32% -
HSV(B) 338.33º 0.62% 0.46% -
XYZ 9.41 6.11 6.65 -
YUV 69.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 117 45 71 0 0.62 0.39 0.54 338.33 0.44 0.32
Hex 75 2D 47 0 3E 27 36 152 2C 20
Octal 165 55 107 0 76 47 66 522 54 40
Binary 1110101 101101 1000111 0 111110 100111 110110 101010010 101100 100000

Color Harmonies of #752D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D47

Black with #752D47

Text Example


Text Example

White with #752D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752D47; }

 p { color: rgb(117,45,71); }

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

background-color css

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

 a { background-color: rgb(117,45,71); }

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

border-color css

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

 span { border-color: rgb(117,45,71); }

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