Html Css Color HEX #74292E Tamarillo

📋 copy color: '#74292E'

red 116 ◦ green 41 ◦ blue 46

#74292E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tamarillo #74292E

Tints of Tamarillo #74292E

RGB

 RED value IS 116 (45.7% from 255) = 57.14%

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 46 (18.36% from 255) = 22.66%

R = 57.14%
G = 20.2%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74292E (or 0x74292E) is known color: Tamarillo. HEX triplet: 74, 29 and 2E. RGB value is (116,41,46). Sum of RGB (Red+Green+Blue) = 116+41+46=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #74292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74292E is #8BD6D1. Grayscale: #404040. Windows color (decimal): -9164498 or 3025268. OLE color: 3025268.

HSL color Cylindrical-coordinate representation of color #74292E: hue angle of 356º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74292E is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 46 -
CMYK 0 0.65 0.60 0.55
HSL 356º 0.48% 0.31% -
HSV(B) 356º 0.65% 0.45% -
XYZ 8.49 5.5 3.2 -
YUV 64 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 116 41 46 0 0.65 0.60 0.55 356 0.48 0.31
Hex 74 29 2E 0 41 3C 37 164 30 1F
Octal 164 51 56 0 101 74 67 544 60 37
Binary 1110100 101001 101110 0 1000001 111100 110111 101100100 110000 11111

Color Harmonies of #74292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74292E

Black with #74292E

Text Example


Text Example

White with #74292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74292E; }

 p { color: rgb(116,41,46); }

 H1.HeaderClassName
 {
   color: #74292E;
 }
 .AnyTagClassName
 {
   color: #74292E;
 }
</style>

background-color css

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

 a { background-color: rgb(116,41,46); }

 div.DivClassName
 {
   background-color: #74292E;
 }
 .BgClassName
 {
   background-color: #74292E;
 }
</style>

border-color css

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

 span { border-color: rgb(116,41,46); }

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