#72292C

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

Shades of Tamarillo #72292C

Tints of Tamarillo #72292C

Color information

#72292C (or 0x72292C) is unknown color: approx Tamarillo. HEX triplet: 72, 29 and 2C. RGB value is (114,41,44). Sum of RGB (Red+Green+Blue) = 114+41+44=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #72292C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72292C is #8DD6D3. Grayscale: #3F3F3F. Windows color (decimal): -9295572 or 2894194. OLE color: 2894194.

HSL color Cylindrical-coordinate representation of color #72292C: hue angle of 357.53º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72292C is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1144144-
CMYK00.640.610.55
HSL357.53º47.1%30.39%-
HSV(B)357.53º64.04%44.71%-
XYZ8.195.352.98-
YUV63.17117.18164.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=57.29%
G=20.60%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114414400.640.610.55357.5347.130.39
Hex72292C0403D371662f1e
Octal1625154010075675465736
Binary11100101010011011000100000011110111011110110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72292C; }

 p { color: rgb(114,41,44); }

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

<style>
 a { background-color: #72292C; }

 a { background-color: rgb(114,41,44); }

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

<style>
 span { border-color: #72292C; }

 span { border-color: rgb(114,41,44); }

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