#72394D

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

Shades of Flirt #72394D

Tints of Flirt #72394D

Color information

#72394D (or 0x72394D) is unknown color: approx Flirt. HEX triplet: 72, 39 and 4D. RGB value is (114,57,77). Sum of RGB (Red+Green+Blue) = 114+57+77=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #72394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72394D is #8DC6B2. Grayscale: #4C4C4C. Windows color (decimal): -9291443 or 5060978. OLE color: 5060978.

HSL color Cylindrical-coordinate representation of color #72394D: hue angle of 338.95º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72394D is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1145777-
CMYK00.500.320.55
HSL338.95º33.33%33.53%-
HSV(B)338.95º50%44.71%-
XYZ9.747.047.87-
YUV76.32128.38154.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=45.97%
G=22.98%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114577700.500.320.55338.9533.3333.53
Hex72394D03220371532122
Octal1627111506240675234142
Binary111001011100110011010110010100000110111101010011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72394D; }

 p { color: rgb(114,57,77); }

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

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

 a { background-color: rgb(114,57,77); }

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

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

 span { border-color: rgb(114,57,77); }

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