Html Css Color HEX #742732 Tamarillo

📋 copy color: '#742732'

red 116 ◦ green 39 ◦ blue 50

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

Shades of Tamarillo #742732

Tints of Tamarillo #742732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 56.59%
G = 19.02%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#742732 (or 0x742732) is known color: Tamarillo. HEX triplet: 74, 27 and 32. RGB value is (116,39,50). Sum of RGB (Red+Green+Blue) = 116+39+50=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #742732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742732 is #8BD8CD. Grayscale: #3F3F3F. Windows color (decimal): -9165006 or 3286900. OLE color: 3286900.

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

Color convert

RGB 116 39 50 -
CMYK 0 0.66 0.57 0.55
HSL 351.43º 0.5% 0.3% -
HSV(B) 351.43º 0.66% 0.45% -
XYZ 8.5 5.39 3.61 -
YUV 63.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 116 39 50 0 0.66 0.57 0.55 351.43 0.5 0.3
Hex 74 27 32 0 42 39 37 15F 32 1E
Octal 164 47 62 0 102 71 67 537 62 36
Binary 1110100 100111 110010 0 1000010 111001 110111 101011111 110010 11110

Color Harmonies of #742732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742732

Black with #742732

Text Example


Text Example

White with #742732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742732; }

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

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

background-color css

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

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

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

border-color css

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

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

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