#72272B

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

Shades of Tamarillo #72272B

Tints of Tamarillo #72272B

Color information

#72272B (or 0x72272B) is unknown color: approx Tamarillo. HEX triplet: 72, 27 and 2B. RGB value is (114,39,43). Sum of RGB (Red+Green+Blue) = 114+39+43=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72272B is #8DD8D4. Grayscale: #3D3D3D. Windows color (decimal): -9296085 or 2828146. OLE color: 2828146.

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

Color convert

RGB1143943-
CMYK00.660.620.55
HSL356.8º49.02%30%-
HSV(B)356.8º65.79%44.71%-
XYZ8.15.22.86-
YUV61.88117.35165.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=58.16%
G=19.90%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114394300.660.620.55356.849.0230
Hex72272B0423E37165311e
Octal1624753010276675456136
Binary11100101001111010110100001011111011011110110010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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