#722D2E

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

Shades of Tamarillo #722D2E

Tints of Tamarillo #722D2E

Color information

#722D2E (or 0x722D2E) is unknown color: approx Tamarillo. HEX triplet: 72, 2D and 2E. RGB value is (114,45,46). Sum of RGB (Red+Green+Blue) = 114+45+46=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #722D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D2E is #8DD2D1. Grayscale: #414141. Windows color (decimal): -9294546 or 3026290. OLE color: 3026290.

HSL color Cylindrical-coordinate representation of color #722D2E: hue angle of 359.13º degrees, saturation: 0.43, 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 #722D2E is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB1144546-
CMYK00.610.600.55
HSL359.13º43.4%31.18%-
HSV(B)359.13º60.53%44.71%-
XYZ8.375.653.23-
YUV65.74116.86162.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 46 (18.36% from 255) = 22.44%
R=55.61%
G=21.95%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114454600.610.600.55359.1343.431.18
Hex722D2E03D3C371672b1f
Octal162555607574675475337
Binary1110010101101101110011110111110011011110110011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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