#71272A

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

Shades of Tamarillo #71272A

Tints of Tamarillo #71272A

Color information

#71272A (or 0x71272A) is unknown color: approx Tamarillo. HEX triplet: 71, 27 and 2A. RGB value is (113,39,42). Sum of RGB (Red+Green+Blue) = 113+39+42=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #71272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71272A is #8ED8D5. Grayscale: #3D3D3D. Windows color (decimal): -9361622 or 2762609. OLE color: 2762609.

HSL color Cylindrical-coordinate representation of color #71272A: hue angle of 357.57º 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 #71272A is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1133942-
CMYK00.650.630.56
HSL357.57º48.68%29.8%-
HSV(B)357.57º65.49%44.31%-
XYZ7.955.132.76-
YUV61.47117.02164.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.25%
GREEN value IS 39 (15.62% from 255) = 20.10%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=58.25%
G=20.10%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113394200.650.630.56357.5748.6829.8
Hex71272A0413F38166311e
Octal1614752010177705466136
Binary11100011001111010100100000111111111100010110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71272A; }

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

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

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

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

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

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

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

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