#723148

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

Shades of Flirt #723148

Tints of Flirt #723148

Color information

#723148 (or 0x723148) is unknown color: approx Flirt. HEX triplet: 72, 31 and 48. RGB value is (114,49,72). Sum of RGB (Red+Green+Blue) = 114+49+72=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #723148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723148 is #8DCEB7. Grayscale: #474747. Windows color (decimal): -9293496 or 4731250. OLE color: 4731250.

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

Color convert

RGB1144972-
CMYK00.570.370.55
HSL338.77º39.88%31.96%-
HSV(B)338.77º57.02%44.71%-
XYZ9.216.246.85-
YUV71.06128.53158.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=48.51%
G=20.85%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114497200.570.370.55338.7739.8831.96
Hex72314803925371532820
Octal1626111007145675235040
Binary111001011000110010000111001100101110111101010011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723148; }

 p { color: rgb(114,49,72); }

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

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

 a { background-color: rgb(114,49,72); }

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

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

 span { border-color: rgb(114,49,72); }

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