#723448

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

Shades of Flirt #723448

Tints of Flirt #723448

Color information

#723448 (or 0x723448) is unknown color: approx Flirt. HEX triplet: 72, 34 and 48. RGB value is (114,52,72). Sum of RGB (Red+Green+Blue) = 114+52+72=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #723448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723448 is #8DCBB7. Grayscale: #484848. Windows color (decimal): -9292728 or 4732018. OLE color: 4732018.

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

Color convert

RGB1145272-
CMYK00.540.370.55
HSL340.65º37.35%32.55%-
HSV(B)340.65º54.39%44.71%-
XYZ9.346.56.89-
YUV72.82127.54157.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 52 (20.70% from 255) = 21.85%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=47.90%
G=21.85%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114527200.540.370.55340.6537.3532.55
Hex72344803625371552521
Octal1626411006645675254541
Binary111001011010010010000110110100101110111101010101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723448; }

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

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

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

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

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

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

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

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