#722C2F

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

Shades of Tamarillo #722C2F

Tints of Tamarillo #722C2F

Color information

#722C2F (or 0x722C2F) is unknown color: approx Tamarillo. HEX triplet: 72, 2C and 2F. RGB value is (114,44,47). Sum of RGB (Red+Green+Blue) = 114+44+47=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #722C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C2F is #8DD3D0. Grayscale: #414141. Windows color (decimal): -9294801 or 3091570. OLE color: 3091570.

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

Color convert

RGB1144447-
CMYK00.610.590.55
HSL357.43º44.3%30.98%-
HSV(B)357.43º61.4%44.71%-
XYZ8.355.583.33-
YUV65.27117.69162.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 44 (17.58% from 255) = 21.46%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=55.61%
G=21.46%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114444700.610.590.55357.4344.330.98
Hex722C2F03D3B371652c1f
Octal162545707573675455437
Binary1110010101100101111011110111101111011110110010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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