#71292F

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

Shades of Tamarillo #71292F

Tints of Tamarillo #71292F

Color information

#71292F (or 0x71292F) is unknown color: approx Tamarillo. HEX triplet: 71, 29 and 2F. RGB value is (113,41,47). Sum of RGB (Red+Green+Blue) = 113+41+47=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #71292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71292F is #8ED6D0. Grayscale: #3F3F3F. Windows color (decimal): -9361105 or 3090801. OLE color: 3090801.

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

Color convert

RGB1134147-
CMYK00.640.580.56
HSL355º46.75%30.2%-
HSV(B)355º63.72%44.31%-
XYZ8.125.33.28-
YUV63.21118.85163.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.22%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=56.22%
G=20.40%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113414700.640.580.5635546.7530.2
Hex71292F0403A381632f1e
Octal1615157010072705435736
Binary11100011010011011110100000011101011100010110001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71292F; }

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

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

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

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

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

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

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

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