#723252

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

Shades of Flirt #723252

Tints of Flirt #723252

Color information

#723252 (or 0x723252) is unknown color: approx Flirt. HEX triplet: 72, 32 and 52. RGB value is (114,50,82). Sum of RGB (Red+Green+Blue) = 114+50+82=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #723252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723252 is #8DCDAD. Grayscale: #484848. Windows color (decimal): -9293230 or 5386866. OLE color: 5386866.

HSL color Cylindrical-coordinate representation of color #723252: hue angle of 330º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #723252 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1145082-
CMYK00.560.280.55
HSL330º39.02%32.16%-
HSV(B)330º56.14%44.71%-
XYZ9.66.478.72-
YUV72.78133.2157.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 82 (32.42% from 255) = 33.33%
R=46.34%
G=20.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114508200.560.280.5533039.0232.16
Hex7232520381C3714a2720
Octal1626212207034675124740
Binary11100101100101010010011100011100110111101001010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723252; }

 p { color: rgb(114,50,82); }

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

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

 a { background-color: rgb(114,50,82); }

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

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

 span { border-color: rgb(114,50,82); }

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