#72272F

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

Shades of Tamarillo #72272F

Tints of Tamarillo #72272F

Color information

#72272F (or 0x72272F) is unknown color: approx Tamarillo. HEX triplet: 72, 27 and 2F. RGB value is (114,39,47). Sum of RGB (Red+Green+Blue) = 114+39+47=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #72272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72272F is #8DD8D0. Grayscale: #3E3E3E. Windows color (decimal): -9296081 or 3090290. OLE color: 3090290.

HSL color Cylindrical-coordinate representation of color #72272F: hue angle of 353.6º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #72272F is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1143947-
CMYK00.660.590.55
HSL353.6º49.02%30%-
HSV(B)353.6º65.79%44.71%-
XYZ8.185.233.27-
YUV62.34119.35164.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=57%
G=19.5%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114394700.660.590.55353.649.0230
Hex72272F0423B37162311e
Octal1624757010273675426136
Binary11100101001111011110100001011101111011110110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72272F; }

 p { color: rgb(114,39,47); }

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

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

 a { background-color: rgb(114,39,47); }

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

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

 span { border-color: rgb(114,39,47); }

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