#742831

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

Shades of Tamarillo #742831

Tints of Tamarillo #742831

Color information

#742831 (or 0x742831) is unknown color: approx Tamarillo. HEX triplet: 74, 28 and 31. RGB value is (116,40,49). Sum of RGB (Red+Green+Blue) = 116+40+49=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #742831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742831 is #8BD7CE. Grayscale: #3F3F3F. Windows color (decimal): -9164751 or 3221620. OLE color: 3221620.

HSL color Cylindrical-coordinate representation of color #742831: hue angle of 352.89º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742831 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1164049-
CMYK00.660.580.55
HSL352.89º48.72%30.59%-
HSV(B)352.89º65.52%45.49%-
XYZ8.525.453.51-
YUV63.75119.68165.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=56.59%
G=19.51%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116404900.660.580.55352.8948.7230.59
Hex7428310423A37161311f
Octal1645061010272675416137
Binary11101001010001100010100001011101011011110110000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742831; }

 p { color: rgb(116,40,49); }

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

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

 a { background-color: rgb(116,40,49); }

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

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

 span { border-color: rgb(116,40,49); }

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