#72394B

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

Shades of Tawny Port #72394B

Tints of Tawny Port #72394B

Color information

#72394B (or 0x72394B) is unknown color: approx Tawny Port. HEX triplet: 72, 39 and 4B. RGB value is (114,57,75). Sum of RGB (Red+Green+Blue) = 114+57+75=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72394B is #8DC6B4. Grayscale: #4C4C4C. Windows color (decimal): -9291445 or 4929906. OLE color: 4929906.

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

Color convert

RGB1145775-
CMYK00.500.340.55
HSL341.05º33.33%33.53%-
HSV(B)341.05º50%44.71%-
XYZ9.677.017.5-
YUV76.09127.38155.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=46.34%
G=23.17%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114577500.500.340.55341.0533.3333.53
Hex72394B03222371552122
Octal1627111306242675254142
Binary111001011100110010110110010100010110111101010101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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