#742729

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

Shades of Tamarillo #742729

Tints of Tamarillo #742729

Color information

#742729 (or 0x742729) is unknown color: approx Tamarillo. HEX triplet: 74, 27 and 29. RGB value is (116,39,41). Sum of RGB (Red+Green+Blue) = 116+39+41=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #742729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742729 is #8BD8D6. Grayscale: #3E3E3E. Windows color (decimal): -9165015 or 2697076. OLE color: 2697076.

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

Color convert

RGB1163941-
CMYK00.660.650.55
HSL358.44º49.68%30.39%-
HSV(B)358.44º66.38%45.49%-
XYZ8.335.322.69-
YUV62.25116.01166.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.18%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=59.18%
G=19.90%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116394100.660.650.55358.4449.6830.39
Hex7427290424137166321e
Octal16447510102101675466236
Binary111010010011110100101000010100000111011110110011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742729; }

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

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

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

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

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

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

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

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