#74262F

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

Shades of Tamarillo #74262F

Tints of Tamarillo #74262F

Color information

#74262F (or 0x74262F) is unknown color: approx Tamarillo. HEX triplet: 74, 26 and 2F. RGB value is (116,38,47). Sum of RGB (Red+Green+Blue) = 116+38+47=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #74262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74262F is #8BD9D0. Grayscale: #3E3E3E. Windows color (decimal): -9165265 or 3090036. OLE color: 3090036.

HSL color Cylindrical-coordinate representation of color #74262F: hue angle of 353.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74262F is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1163847-
CMYK00.670.590.55
HSL353.08º50.65%30.2%-
HSV(B)353.08º67.24%45.49%-
XYZ8.415.33.27-
YUV62.35119.34166.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.71%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=57.71%
G=18.91%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116384700.670.590.55353.0850.6530.2
Hex74262F0433B37161331e
Octal1644657010373675416336
Binary11101001001101011110100001111101111011110110000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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