Html Css Color HEX #712E2F Tamarillo

📋 copy color: '#712E2F'

red 113 ◦ green 46 ◦ blue 47

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

Shades of Tamarillo #712E2F

Tints of Tamarillo #712E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.33%

 BLUE value IS 47 (18.75% from 255) = 22.82%

R = 54.85%
G = 22.33%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#712E2F (or 0x712E2F) is known color: Tamarillo. HEX triplet: 71, 2E and 2F. RGB value is (113,46,47). Sum of RGB (Red+Green+Blue) = 113+46+47=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #712E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E2F is #8ED1D0. Grayscale: #424242. Windows color (decimal): -9359825 or 3092081. OLE color: 3092081.

HSL color Cylindrical-coordinate representation of color #712E2F: hue angle of 359.1º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #712E2F is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 46 47 -
CMYK 0 0.59 0.58 0.56
HSL 359.1º 0.42% 0.31% -
HSV(B) 359.1º 0.59% 0.44% -
XYZ 8.3 5.67 3.35 -
YUV 66.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 113 46 47 0 0.59 0.58 0.56 359.1 0.42 0.31
Hex 71 2E 2F 0 3B 3A 38 167 2A 1F
Octal 161 56 57 0 73 72 70 547 52 37
Binary 1110001 101110 101111 0 111011 111010 111000 101100111 101010 11111

Color Harmonies of #712E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E2F

Black with #712E2F

Text Example


Text Example

White with #712E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712E2F; }

 p { color: rgb(113,46,47); }

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

background-color css

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

 a { background-color: rgb(113,46,47); }

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

border-color css

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

 span { border-color: rgb(113,46,47); }

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