#712E31

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

Shades of Tamarillo #712E31

Tints of Tamarillo #712E31

Color information

#712E31 (or 0x712E31) is unknown color: approx Tamarillo. HEX triplet: 71, 2E and 31. RGB value is (113,46,49). Sum of RGB (Red+Green+Blue) = 113+46+49=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #712E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E31 is #8ED1CE. Grayscale: #424242. Windows color (decimal): -9359823 or 3223153. OLE color: 3223153.

HSL color Cylindrical-coordinate representation of color #712E31: hue angle of 357.31º 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 #712E31 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1134649-
CMYK00.590.570.56
HSL357.31º42.14%31.18%-
HSV(B)357.31º59.29%44.31%-
XYZ8.345.693.56-
YUV66.38118.2161.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.33%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=54.33%
G=22.12%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113464900.590.570.56357.3142.1431.18
Hex712E3103B39381652a1f
Octal161566107371705455237
Binary1110001101110110001011101111100111100010110010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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