#712E32

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

Shades of Tamarillo #712E32

Tints of Tamarillo #712E32

Color information

#712E32 (or 0x712E32) is unknown color: approx Tamarillo. HEX triplet: 71, 2E and 32. RGB value is (113,46,50). Sum of RGB (Red+Green+Blue) = 113+46+50=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #712E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E32 is #8ED1CD. Grayscale: #424242. Windows color (decimal): -9359822 or 3288689. OLE color: 3288689.

HSL color Cylindrical-coordinate representation of color #712E32: hue angle of 356.42º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #712E32 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB1134650-
CMYK00.590.560.56
HSL356.42º42.14%31.18%-
HSV(B)356.42º59.29%44.31%-
XYZ8.365.693.68-
YUV66.49118.7161.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=54.07%
G=22.01%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113465000.590.560.56356.4242.1431.18
Hex712E3203B38381642a1f
Octal161566207370705445237
Binary1110001101110110010011101111100011100010110010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712E32; }

 p { color: rgb(113,46,50); }

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

<style>
 a { background-color: #712E32; }

 a { background-color: rgb(113,46,50); }

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

<style>
 span { border-color: #712E32; }

 span { border-color: rgb(113,46,50); }

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