Html Css Color HEX #743031 Tamarillo

📋 copy color: '#743031'

red 116 ◦ green 48 ◦ blue 49

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

Shades of Tamarillo #743031

Tints of Tamarillo #743031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.54%

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

R = 54.46%
G = 22.54%
B = 23%

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

#743031 (or 0x743031) is known color: Tamarillo. HEX triplet: 74, 30 and 31. RGB value is (116,48,49). Sum of RGB (Red+Green+Blue) = 116+48+49=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #743031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743031 is #8BCFCE. Grayscale: #444444. Windows color (decimal): -9162703 or 3223668. OLE color: 3223668.

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

Color convert

RGB 116 48 49 -
CMYK 0 0.59 0.58 0.55
HSL 359.12º 0.41% 0.32% -
HSV(B) 359.12º 0.59% 0.45% -
XYZ 8.81 6.05 3.61 -
YUV 68.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 116 48 49 0 0.59 0.58 0.55 359.12 0.41 0.32
Hex 74 30 31 0 3B 3A 37 167 29 20
Octal 164 60 61 0 73 72 67 547 51 40
Binary 1110100 110000 110001 0 111011 111010 110111 101100111 101001 100000

Color Harmonies of #743031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743031

Black with #743031

Text Example


Text Example

White with #743031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743031; }

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

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

background-color css

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

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

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

border-color css

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

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

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