Html Css Color HEX #74272C Tamarillo

📋 copy color: '#74272C'

red 116 ◦ green 39 ◦ blue 44

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

Shades of Tamarillo #74272C

Tints of Tamarillo #74272C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.6%

 BLUE value IS 44 (17.58% from 255) = 22.11%

R = 58.29%
G = 19.6%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74272C (or 0x74272C) is known color: Tamarillo. HEX triplet: 74, 27 and 2C. RGB value is (116,39,44). Sum of RGB (Red+Green+Blue) = 116+39+44=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74272C is #8BD8D3. Grayscale: #3E3E3E. Windows color (decimal): -9165012 or 2893684. OLE color: 2893684.

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

Color convert

RGB 116 39 44 -
CMYK 0 0.66 0.62 0.55
HSL 356.1º 0.5% 0.3% -
HSV(B) 356.1º 0.66% 0.45% -
XYZ 8.38 5.35 2.97 -
YUV 62.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 116 39 44 0 0.66 0.62 0.55 356.1 0.5 0.3
Hex 74 27 2C 0 42 3E 37 164 32 1E
Octal 164 47 54 0 102 76 67 544 62 36
Binary 1110100 100111 101100 0 1000010 111110 110111 101100100 110010 11110

Color Harmonies of #74272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74272C

Black with #74272C

Text Example


Text Example

White with #74272C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74272C;
 }
 .AnyTagClassName
 {
   color: #74272C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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