#722A2F

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

Shades of Tamarillo #722A2F

Tints of Tamarillo #722A2F

Color information

#722A2F (or 0x722A2F) is unknown color: approx Tamarillo. HEX triplet: 72, 2A and 2F. RGB value is (114,42,47). Sum of RGB (Red+Green+Blue) = 114+42+47=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #722A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A2F is #8DD5D0. Grayscale: #404040. Windows color (decimal): -9295313 or 3091058. OLE color: 3091058.

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

Color convert

RGB1144247-
CMYK00.630.590.55
HSL355.83º46.15%30.59%-
HSV(B)355.83º63.16%44.71%-
XYZ8.285.443.3-
YUV64.1118.35163.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 42 (16.80% from 255) = 20.69%
BLUE value IS 47 (18.75% from 255) = 23.15%
R=56.16%
G=20.69%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114424700.630.590.55355.8346.1530.59
Hex722A2F03F3B371642e1f
Octal162525707773675445637
Binary1110010101010101111011111111101111011110110010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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