#722C32

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

Shades of Tamarillo #722C32

Tints of Tamarillo #722C32

Color information

#722C32 (or 0x722C32) is unknown color: approx Tamarillo. HEX triplet: 72, 2C and 32. RGB value is (114,44,50). Sum of RGB (Red+Green+Blue) = 114+44+50=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #722C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C32 is #8DD3CD. Grayscale: #414141. Windows color (decimal): -9294798 or 3288178. OLE color: 3288178.

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

Color convert

RGB1144450-
CMYK00.610.560.55
HSL354.86º44.3%30.98%-
HSV(B)354.86º61.4%44.71%-
XYZ8.425.613.66-
YUV65.61119.19162.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 44 (17.58% from 255) = 21.15%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=54.81%
G=21.15%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114445000.610.560.55354.8644.330.98
Hex722C3203D38371632c1f
Octal162546207570675435437
Binary1110010101100110010011110111100011011110110001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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