#722D32

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

Shades of Tamarillo #722D32

Tints of Tamarillo #722D32

Color information

#722D32 (or 0x722D32) is unknown color: approx Tamarillo. HEX triplet: 72, 2D and 32. RGB value is (114,45,50). Sum of RGB (Red+Green+Blue) = 114+45+50=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #722D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D32 is #8DD2CD. Grayscale: #424242. Windows color (decimal): -9294542 or 3288434. OLE color: 3288434.

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

Color convert

RGB1144550-
CMYK00.610.560.55
HSL355.65º43.4%31.18%-
HSV(B)355.65º60.53%44.71%-
XYZ8.455.683.67-
YUV66.2118.86162.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 45 (17.97% from 255) = 21.53%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=54.55%
G=21.53%
B=23.92%

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
Decimal114455000.610.560.55355.6543.431.18
Hex722D3203D38371642b1f
Octal162556207570675445337
Binary1110010101101110010011110111100011011110110010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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