#742530

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

Shades of Tamarillo #742530

Tints of Tamarillo #742530

Color information

#742530 (or 0x742530) is unknown color: approx Tamarillo. HEX triplet: 74, 25 and 30. RGB value is (116,37,48). Sum of RGB (Red+Green+Blue) = 116+37+48=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #742530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742530 is #8BDACF. Grayscale: #3D3D3D. Windows color (decimal): -9165520 or 3155316. OLE color: 3155316.

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

Color convert

RGB1163748-
CMYK00.680.590.55
HSL351.65º51.63%30%-
HSV(B)351.65º68.1%45.49%-
XYZ8.45.253.37-
YUV61.87120.17166.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.71%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 48 (19.14% from 255) = 23.88%
R=57.71%
G=18.41%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116374800.680.590.55351.6551.6330
Hex7425300443B37160341e
Octal1644560010473675406436
Binary11101001001011100000100010011101111011110110000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742530; }

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

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

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

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

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

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

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

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