#74272A

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

Shades of Tamarillo #74272A

Tints of Tamarillo #74272A

Color information

#74272A (or 0x74272A) is unknown color: approx Tamarillo. HEX triplet: 74, 27 and 2A. RGB value is (116,39,42). Sum of RGB (Red+Green+Blue) = 116+39+42=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74272A is #8BD8D5. Grayscale: #3E3E3E. Windows color (decimal): -9165014 or 2762612. OLE color: 2762612.

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

Color convert

RGB1163942-
CMYK00.660.640.55
HSL357.66º49.68%30.39%-
HSV(B)357.66º66.38%45.49%-
XYZ8.355.332.78-
YUV62.36116.51166.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.88%
GREEN value IS 39 (15.62% from 255) = 19.80%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=58.88%
G=19.80%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116394200.660.640.55357.6649.6830.39
Hex74272A0424037166321e
Octal16447520102100675466236
Binary111010010011110101001000010100000011011110110011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74272A; }

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

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

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

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

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

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

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

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