#712728

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

Shades of Tamarillo #712728

Tints of Tamarillo #712728

Color information

#712728 (or 0x712728) is unknown color: approx Tamarillo. HEX triplet: 71, 27 and 28. RGB value is (113,39,40). Sum of RGB (Red+Green+Blue) = 113+39+40=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #712728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712728 is #8ED8D7. Grayscale: #3D3D3D. Windows color (decimal): -9361624 or 2631537. OLE color: 2631537.

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

Color convert

RGB1133940-
CMYK00.650.650.56
HSL359.19º48.68%29.8%-
HSV(B)359.19º65.49%44.31%-
XYZ7.925.112.58-
YUV61.24116.02164.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.85%
GREEN value IS 39 (15.62% from 255) = 20.31%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=58.85%
G=20.31%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113394000.650.650.56359.1948.6829.8
Hex7127280414138167311e
Octal16147500101101705476136
Binary111000110011110100001000001100000111100010110011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712728; }

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

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

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

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

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

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

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

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