#742732

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

Shades of Tamarillo #742732

Tints of Tamarillo #742732

Color information

#742732 (or 0x742732) is unknown color: approx Tamarillo. HEX triplet: 74, 27 and 32. RGB value is (116,39,50). Sum of RGB (Red+Green+Blue) = 116+39+50=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #742732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742732 is #8BD8CD. Grayscale: #3F3F3F. Windows color (decimal): -9165006 or 3286900. OLE color: 3286900.

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

Color convert

RGB1163950-
CMYK00.660.570.55
HSL351.43º49.68%30.39%-
HSV(B)351.43º66.38%45.49%-
XYZ8.55.393.61-
YUV63.28120.51165.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 50 (19.92% from 255) = 24.39%
R=56.59%
G=19.02%
B=24.39%

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
Decimal116395000.660.570.55351.4349.6830.39
Hex742732042393715f321e
Octal1644762010271675376236
Binary11101001001111100100100001011100111011110101111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742732; }

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

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

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

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

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

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

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

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