#72334B

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

Shades of Flirt #72334B

Tints of Flirt #72334B

Color information

#72334B (or 0x72334B) is unknown color: approx Flirt. HEX triplet: 72, 33 and 4B. RGB value is (114,51,75). Sum of RGB (Red+Green+Blue) = 114+51+75=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72334B is #8DCCB4. Grayscale: #484848. Windows color (decimal): -9292981 or 4928370. OLE color: 4928370.

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

Color convert

RGB1145175-
CMYK00.550.340.55
HSL337.14º38.18%32.35%-
HSV(B)337.14º55.26%44.71%-
XYZ9.396.457.41-
YUV72.57129.37157.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=47.5%
G=21.25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114517500.550.340.55337.1438.1832.35
Hex72334B03722371512620
Octal1626311306742675214640
Binary111001011001110010110110111100010110111101010001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72334B; }

 p { color: rgb(114,51,75); }

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

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

 a { background-color: rgb(114,51,75); }

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

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

 span { border-color: rgb(114,51,75); }

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