#72354B

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

Shades of Flirt #72354B

Tints of Flirt #72354B

Color information

#72354B (or 0x72354B) is unknown color: approx Flirt. HEX triplet: 72, 35 and 4B. RGB value is (114,53,75). Sum of RGB (Red+Green+Blue) = 114+53+75=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72354B is #8DCAB4. Grayscale: #494949. Windows color (decimal): -9292469 or 4928882. OLE color: 4928882.

HSL color Cylindrical-coordinate representation of color #72354B: hue angle of 338.36º 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 #72354B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1145375-
CMYK00.540.340.55
HSL338.36º36.53%32.75%-
HSV(B)338.36º53.51%44.71%-
XYZ9.486.637.44-
YUV73.75128.71156.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=47.11%
G=21.90%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114537500.540.340.55338.3636.5332.75
Hex72354B03622371522521
Octal1626511306642675224541
Binary111001011010110010110110110100010110111101010010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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