#74252F

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

Shades of Tamarillo #74252F

Tints of Tamarillo #74252F

Color information

#74252F (or 0x74252F) is unknown color: approx Tamarillo. HEX triplet: 74, 25 and 2F. RGB value is (116,37,47). Sum of RGB (Red+Green+Blue) = 116+37+47=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #74252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74252F is #8BDAD0. Grayscale: #3D3D3D. Windows color (decimal): -9165521 or 3089780. OLE color: 3089780.

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

Color convert

RGB1163747-
CMYK00.680.590.55
HSL352.41º51.63%30%-
HSV(B)352.41º68.1%45.49%-
XYZ8.385.243.26-
YUV61.76119.67166.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=58%
G=18.5%
B=23.5%

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
Decimal116374700.680.590.55352.4151.6330
Hex74252F0443B37160341e
Octal1644557010473675406436
Binary11101001001011011110100010011101111011110110000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74252F; }

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

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

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

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

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

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

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

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