Html Css Color HEX #713031 Tamarillo

📋 copy color: '#713031'

red 113 ◦ green 48 ◦ blue 49

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

Shades of Tamarillo #713031

Tints of Tamarillo #713031

RGB

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

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

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

R = 53.81%
G = 22.86%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#713031 (or 0x713031) is known color: Tamarillo. HEX triplet: 71, 30 and 31. RGB value is (113,48,49). Sum of RGB (Red+Green+Blue) = 113+48+49=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #713031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713031 is #8ECFCE. Grayscale: #434343. Windows color (decimal): -9359311 or 3223665. OLE color: 3223665.

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

Color convert

RGB 113 48 49 -
CMYK 0 0.58 0.57 0.56
HSL 359.08º 0.4% 0.32% -
HSV(B) 359.08º 0.58% 0.44% -
XYZ 8.42 5.85 3.59 -
YUV 67.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 113 48 49 0 0.58 0.57 0.56 359.08 0.4 0.32
Hex 71 30 31 0 3A 39 38 167 28 20
Octal 161 60 61 0 72 71 70 547 50 40
Binary 1110001 110000 110001 0 111010 111001 111000 101100111 101000 100000

Color Harmonies of #713031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713031

Black with #713031

Text Example


Text Example

White with #713031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713031; }

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

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

background-color css

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

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

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

border-color css

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

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

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