Html Css Color HEX #742F31 Tamarillo

📋 copy color: '#742F31'

red 116 ◦ green 47 ◦ blue 49

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

Shades of Tamarillo #742F31

Tints of Tamarillo #742F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.17%

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

R = 54.72%
G = 22.17%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#742F31 (or 0x742F31) is known color: Tamarillo. HEX triplet: 74, 2F and 31. RGB value is (116,47,49). Sum of RGB (Red+Green+Blue) = 116+47+49=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #742F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F31 is #8BD0CE. Grayscale: #434343. Windows color (decimal): -9162959 or 3223412. OLE color: 3223412.

HSL color Cylindrical-coordinate representation of color #742F31: hue angle of 358.26º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #742F31 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 47 49 -
CMYK 0 0.59 0.58 0.55
HSL 358.26º 0.42% 0.32% -
HSV(B) 358.26º 0.59% 0.45% -
XYZ 8.77 5.97 3.6 -
YUV 67.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 116 47 49 0 0.59 0.58 0.55 358.26 0.42 0.32
Hex 74 2F 31 0 3B 3A 37 166 2A 20
Octal 164 57 61 0 73 72 67 546 52 40
Binary 1110100 101111 110001 0 111011 111010 110111 101100110 101010 100000

Color Harmonies of #742F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F31

Black with #742F31

Text Example


Text Example

White with #742F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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