#742529

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

Shades of Tamarillo #742529

Tints of Tamarillo #742529

Color information

#742529 (or 0x742529) is unknown color: approx Tamarillo. HEX triplet: 74, 25 and 29. RGB value is (116,37,41). Sum of RGB (Red+Green+Blue) = 116+37+41=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #742529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742529 is #8BDAD6. Grayscale: #3D3D3D. Windows color (decimal): -9165527 or 2696564. OLE color: 2696564.

HSL color Cylindrical-coordinate representation of color #742529: hue angle of 356.96º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742529 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1163741-
CMYK00.680.650.55
HSL356.96º51.63%30%-
HSV(B)356.96º68.1%45.49%-
XYZ8.265.22.67-
YUV61.08116.67167.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.79%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=59.79%
G=19.07%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116374100.680.650.55356.9651.6330
Hex7425290444137165341e
Octal16445510104101675456436
Binary111010010010110100101000100100000111011110110010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742529; }

 p { color: rgb(116,37,41); }

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

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

 a { background-color: rgb(116,37,41); }

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

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

 span { border-color: rgb(116,37,41); }

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