#72272A

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

Shades of Tamarillo #72272A

Tints of Tamarillo #72272A

Color information

#72272A (or 0x72272A) is unknown color: approx Tamarillo. HEX triplet: 72, 27 and 2A. RGB value is (114,39,42). Sum of RGB (Red+Green+Blue) = 114+39+42=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72272A is #8DD8D5. Grayscale: #3D3D3D. Windows color (decimal): -9296086 or 2762610. OLE color: 2762610.

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

Color convert

RGB1143942-
CMYK00.660.630.55
HSL357.6º49.02%30%-
HSV(B)357.6º65.79%44.71%-
XYZ8.085.22.77-
YUV61.77116.85165.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.46%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=58.46%
G=20%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114394200.660.630.55357.649.0230
Hex72272A0423F37166311e
Octal1624752010277675466136
Binary11100101001111010100100001011111111011110110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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