Html Css Color HEX #712B2F Tamarillo

📋 copy color: '#712B2F'

red 113 ◦ green 43 ◦ blue 47

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

Shades of Tamarillo #712B2F

Tints of Tamarillo #712B2F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.18%

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

R = 55.67%
G = 21.18%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#712B2F (or 0x712B2F) is known color: Tamarillo. HEX triplet: 71, 2B and 2F. RGB value is (113,43,47). Sum of RGB (Red+Green+Blue) = 113+43+47=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #712B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712B2F is #8ED4D0. Grayscale: #404040. Windows color (decimal): -9360593 or 3091313. OLE color: 3091313.

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

Color convert

RGB 113 43 47 -
CMYK 0 0.62 0.58 0.56
HSL 356.57º 0.45% 0.31% -
HSV(B) 356.57º 0.62% 0.44% -
XYZ 8.19 5.44 3.31 -
YUV 64.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 113 43 47 0 0.62 0.58 0.56 356.57 0.45 0.31
Hex 71 2B 2F 0 3E 3A 38 165 2D 1F
Octal 161 53 57 0 76 72 70 545 55 37
Binary 1110001 101011 101111 0 111110 111010 111000 101100101 101101 11111

Color Harmonies of #712B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B2F

Black with #712B2F

Text Example


Text Example

White with #712B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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