Html Css Color HEX #74272D Tamarillo

📋 copy color: '#74272D'

red 116 ◦ green 39 ◦ blue 45

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

Shades of Tamarillo #74272D

Tints of Tamarillo #74272D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.5%

R = 58%
G = 19.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74272D (or 0x74272D) is known color: Tamarillo. HEX triplet: 74, 27 and 2D. RGB value is (116,39,45). Sum of RGB (Red+Green+Blue) = 116+39+45=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #74272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74272D is #8BD8D2. Grayscale: #3E3E3E. Windows color (decimal): -9165011 or 2959220. OLE color: 2959220.

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

Color convert

RGB 116 39 45 -
CMYK 0 0.66 0.61 0.55
HSL 355.32º 0.5% 0.3% -
HSV(B) 355.32º 0.66% 0.45% -
XYZ 8.4 5.35 3.07 -
YUV 62.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 116 39 45 0 0.66 0.61 0.55 355.32 0.5 0.3
Hex 74 27 2D 0 42 3D 37 163 32 1E
Octal 164 47 55 0 102 75 67 543 62 36
Binary 1110100 100111 101101 0 1000010 111101 110111 101100011 110010 11110

Color Harmonies of #74272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74272D

Black with #74272D

Text Example


Text Example

White with #74272D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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