Html Css Color HEX #74272E Tamarillo

📋 copy color: '#74272E'

red 116 ◦ green 39 ◦ blue 46

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

Shades of Tamarillo #74272E

Tints of Tamarillo #74272E

RGB

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

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

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

R = 57.71%
G = 19.4%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74272E (or 0x74272E) is known color: Tamarillo. HEX triplet: 74, 27 and 2E. RGB value is (116,39,46). Sum of RGB (Red+Green+Blue) = 116+39+46=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #74272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74272E is #8BD8D1. Grayscale: #3E3E3E. Windows color (decimal): -9165010 or 3024756. OLE color: 3024756.

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

Color convert

RGB 116 39 46 -
CMYK 0 0.66 0.60 0.55
HSL 354.55º 0.5% 0.3% -
HSV(B) 354.55º 0.66% 0.45% -
XYZ 8.42 5.36 3.18 -
YUV 62.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 116 39 46 0 0.66 0.60 0.55 354.55 0.5 0.3
Hex 74 27 2E 0 42 3C 37 163 32 1E
Octal 164 47 56 0 102 74 67 543 62 36
Binary 1110100 100111 101110 0 1000010 111100 110111 101100011 110010 11110

Color Harmonies of #74272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74272E

Black with #74272E

Text Example


Text Example

White with #74272E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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