#74252A

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

Shades of Tamarillo #74252A

Tints of Tamarillo #74252A

Color information

#74252A (or 0x74252A) is unknown color: approx Tamarillo. HEX triplet: 74, 25 and 2A. RGB value is (116,37,42). Sum of RGB (Red+Green+Blue) = 116+37+42=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74252A is #8BDAD5. Grayscale: #3D3D3D. Windows color (decimal): -9165526 or 2762100. OLE color: 2762100.

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

Color convert

RGB1163742-
CMYK00.680.640.55
HSL356.2º51.63%30%-
HSV(B)356.2º68.1%45.49%-
XYZ8.285.22.76-
YUV61.19117.17167.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.49%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=59.49%
G=18.97%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116374200.680.640.55356.251.6330
Hex74252A0444037164341e
Octal16445520104100675446436
Binary111010010010110101001000100100000011011110110010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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