#712729

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

Shades of Tamarillo #712729

Tints of Tamarillo #712729

Color information

#712729 (or 0x712729) is unknown color: approx Tamarillo. HEX triplet: 71, 27 and 29. RGB value is (113,39,41). Sum of RGB (Red+Green+Blue) = 113+39+41=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #712729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712729 is #8ED8D6. Grayscale: #3D3D3D. Windows color (decimal): -9361623 or 2697073. OLE color: 2697073.

HSL color Cylindrical-coordinate representation of color #712729: hue angle of 358.38º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712729 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1133941-
CMYK00.650.640.56
HSL358.38º48.68%29.8%-
HSV(B)358.38º65.49%44.31%-
XYZ7.945.122.67-
YUV61.35116.52164.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.55%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=58.55%
G=20.21%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113394100.650.640.56358.3848.6829.8
Hex7127290414038166311e
Octal16147510101100705466136
Binary111000110011110100101000001100000011100010110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712729; }

 p { color: rgb(113,39,41); }

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

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

 a { background-color: rgb(113,39,41); }

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

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

 span { border-color: rgb(113,39,41); }

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