Html Css Color HEX #74292F Tamarillo

📋 copy color: '#74292F'

red 116 ◦ green 41 ◦ blue 47

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

Shades of Tamarillo #74292F

Tints of Tamarillo #74292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.04%

R = 56.86%
G = 20.1%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74292F (or 0x74292F) is known color: Tamarillo. HEX triplet: 74, 29 and 2F. RGB value is (116,41,47). Sum of RGB (Red+Green+Blue) = 116+41+47=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #74292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74292F is #8BD6D0. Grayscale: #404040. Windows color (decimal): -9164497 or 3090804. OLE color: 3090804.

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

Color convert

RGB 116 41 47 -
CMYK 0 0.65 0.59 0.55
HSL 355.2º 0.48% 0.31% -
HSV(B) 355.2º 0.65% 0.45% -
XYZ 8.51 5.5 3.3 -
YUV 64.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 116 41 47 0 0.65 0.59 0.55 355.2 0.48 0.31
Hex 74 29 2F 0 41 3B 37 163 30 1F
Octal 164 51 57 0 101 73 67 543 60 37
Binary 1110100 101001 101111 0 1000001 111011 110111 101100011 110000 11111

Color Harmonies of #74292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74292F

Black with #74292F

Text Example


Text Example

White with #74292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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