#722C2D

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

Shades of Tamarillo #722C2D

Tints of Tamarillo #722C2D

Color information

#722C2D (or 0x722C2D) is unknown color: approx Tamarillo. HEX triplet: 72, 2C and 2D. RGB value is (114,44,45). Sum of RGB (Red+Green+Blue) = 114+44+45=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #722C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C2D is #8DD3D2. Grayscale: #414141. Windows color (decimal): -9294803 or 2960498. OLE color: 2960498.

HSL color Cylindrical-coordinate representation of color #722C2D: hue angle of 359.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722C2D is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1144445-
CMYK00.610.610.55
HSL359.14º44.3%30.98%-
HSV(B)359.14º61.4%44.71%-
XYZ8.315.573.12-
YUV65.04116.69162.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=56.16%
G=21.67%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114444500.610.610.55359.1444.330.98
Hex722C2D03D3D371672c1f
Octal162545507575675475437
Binary1110010101100101101011110111110111011110110011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722C2D; }

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

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

<style>
 a { background-color: #722C2D; }

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

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

<style>
 span { border-color: #722C2D; }

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

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