#742832

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

Shades of Tamarillo #742832

Tints of Tamarillo #742832

Color information

#742832 (or 0x742832) is unknown color: approx Tamarillo. HEX triplet: 74, 28 and 32. RGB value is (116,40,50). Sum of RGB (Red+Green+Blue) = 116+40+50=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #742832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742832 is #8BD7CD. Grayscale: #3F3F3F. Windows color (decimal): -9164750 or 3287156. OLE color: 3287156.

HSL color Cylindrical-coordinate representation of color #742832: hue angle of 352.11º 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 #742832 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1164050-
CMYK00.660.570.55
HSL352.11º48.72%30.59%-
HSV(B)352.11º65.52%45.49%-
XYZ8.545.463.62-
YUV63.86120.18165.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.31%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=56.31%
G=19.42%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116405000.660.570.55352.1148.7230.59
Hex7428320423937160311f
Octal1645062010271675406137
Binary11101001010001100100100001011100111011110110000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742832; }

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

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

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

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

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

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

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

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