Html Css Color HEX #713132 Tamarillo

📋 copy color: '#713132'

red 113 ◦ green 49 ◦ blue 50

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

Shades of Tamarillo #713132

Tints of Tamarillo #713132

RGB

 RED value IS 113 (44.53% from 255) = 53.3%

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

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

R = 53.3%
G = 23.11%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#713132 (or 0x713132) is known color: Tamarillo. HEX triplet: 71, 31 and 32. RGB value is (113,49,50). Sum of RGB (Red+Green+Blue) = 113+49+50=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #713132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713132 is #8ECECD. Grayscale: #444444. Windows color (decimal): -9359054 or 3289457. OLE color: 3289457.

HSL color Cylindrical-coordinate representation of color #713132: hue angle of 359.06º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713132 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 50 -
CMYK 0 0.57 0.56 0.56
HSL 359.06º 0.4% 0.32% -
HSV(B) 359.06º 0.57% 0.44% -
XYZ 8.48 5.94 3.72 -
YUV 68.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 113 49 50 0 0.57 0.56 0.56 359.06 0.4 0.32
Hex 71 31 32 0 39 38 38 167 28 20
Octal 161 61 62 0 71 70 70 547 50 40
Binary 1110001 110001 110010 0 111001 111000 111000 101100111 101000 100000

Color Harmonies of #713132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713132

Black with #713132

Text Example


Text Example

White with #713132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713132; }

 p { color: rgb(113,49,50); }

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

background-color css

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

 a { background-color: rgb(113,49,50); }

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

border-color css

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

 span { border-color: rgb(113,49,50); }

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