#752E48

Color #752E48 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #752E48

Tints of Flirt #752E48

Color information

#752E48 (or 0x752E48) is unknown color: approx Flirt. HEX triplet: 75, 2E and 48. RGB value is (117,46,72). Sum of RGB (Red+Green+Blue) = 117+46+72=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #752E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E48 is #8AD1B7. Grayscale: #464646. Windows color (decimal): -9097656 or 4730485. OLE color: 4730485.

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

Color convert

RGB1174672-
CMYK00.610.380.54
HSL338.03º43.56%31.96%-
HSV(B)338.03º60.68%45.88%-
XYZ9.486.26.83-
YUV70.19129.02161.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=49.79%
G=19.57%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117467200.610.380.54338.0343.5631.96
Hex752E4803D26361522c20
Octal1655611007546665225440
Binary111010110111010010000111101100110110110101010010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #752E48;
 }
 .AnyTagClassName
 {
   color: #752E48;
 }
</style>
background-color css

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

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

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

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

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

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