#72292D

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

Shades of Tamarillo #72292D

Tints of Tamarillo #72292D

Color information

#72292D (or 0x72292D) is unknown color: approx Tamarillo. HEX triplet: 72, 29 and 2D. RGB value is (114,41,45). Sum of RGB (Red+Green+Blue) = 114+41+45=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #72292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72292D is #8DD6D2. Grayscale: #3F3F3F. Windows color (decimal): -9295571 or 2959730. OLE color: 2959730.

HSL color Cylindrical-coordinate representation of color #72292D: hue angle of 356.71º 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 #72292D is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1144145-
CMYK00.640.610.55
HSL356.71º47.1%30.39%-
HSV(B)356.71º64.04%44.71%-
XYZ8.215.353.08-
YUV63.28117.68164.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=57%
G=20.5%
B=22.5%

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
Decimal114414500.640.610.55356.7147.130.39
Hex72292D0403D371652f1e
Octal1625155010075675455736
Binary11100101010011011010100000011110111011110110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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