#722E2F

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

Shades of Tamarillo #722E2F

Tints of Tamarillo #722E2F

Color information

#722E2F (or 0x722E2F) is unknown color: approx Tamarillo. HEX triplet: 72, 2E and 2F. RGB value is (114,46,47). Sum of RGB (Red+Green+Blue) = 114+46+47=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #722E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E2F is #8DD1D0. Grayscale: #424242. Windows color (decimal): -9294289 or 3092082. OLE color: 3092082.

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

Color convert

RGB1144647-
CMYK00.600.590.55
HSL359.12º42.5%31.37%-
HSV(B)359.12º59.65%44.71%-
XYZ8.435.743.35-
YUV66.45117.03161.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=55.07%
G=22.22%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114464700.600.590.55359.1242.531.37
Hex722E2F03C3B371672a1f
Octal162565707473675475237
Binary1110010101110101111011110011101111011110110011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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