Html Css Color HEX #742731 Tamarillo

📋 copy color: '#742731'

red 116 ◦ green 39 ◦ blue 49

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

Shades of Tamarillo #742731

Tints of Tamarillo #742731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.02%

R = 56.86%
G = 19.12%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#742731 (or 0x742731) is known color: Tamarillo. HEX triplet: 74, 27 and 31. RGB value is (116,39,49). Sum of RGB (Red+Green+Blue) = 116+39+49=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #742731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742731 is #8BD8CE. Grayscale: #3F3F3F. Windows color (decimal): -9165007 or 3221364. OLE color: 3221364.

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

Color convert

RGB 116 39 49 -
CMYK 0 0.66 0.58 0.55
HSL 352.21º 0.5% 0.3% -
HSV(B) 352.21º 0.66% 0.45% -
XYZ 8.48 5.39 3.5 -
YUV 63.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 116 39 49 0 0.66 0.58 0.55 352.21 0.5 0.3
Hex 74 27 31 0 42 3A 37 160 32 1E
Octal 164 47 61 0 102 72 67 540 62 36
Binary 1110100 100111 110001 0 1000010 111010 110111 101100000 110010 11110

Color Harmonies of #742731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742731

Black with #742731

Text Example


Text Example

White with #742731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742731; }

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

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

background-color css

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

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

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

border-color css

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

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

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