Html Css Color HEX #712B2E Tamarillo

📋 copy color: '#712B2E'

red 113 ◦ green 43 ◦ blue 46

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

Shades of Tamarillo #712B2E

Tints of Tamarillo #712B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.77%

R = 55.94%
G = 21.29%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#712B2E (or 0x712B2E) is known color: Tamarillo. HEX triplet: 71, 2B and 2E. RGB value is (113,43,46). Sum of RGB (Red+Green+Blue) = 113+43+46=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #712B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712B2E is #8ED4D1. Grayscale: #404040. Windows color (decimal): -9360594 or 3025777. OLE color: 3025777.

HSL color Cylindrical-coordinate representation of color #712B2E: hue angle of 357.43º 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 #712B2E is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 43 46 -
CMYK 0 0.62 0.59 0.56
HSL 357.43º 0.45% 0.31% -
HSV(B) 357.43º 0.62% 0.44% -
XYZ 8.17 5.44 3.2 -
YUV 64.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 113 43 46 0 0.62 0.59 0.56 357.43 0.45 0.31
Hex 71 2B 2E 0 3E 3B 38 165 2D 1F
Octal 161 53 56 0 76 73 70 545 55 37
Binary 1110001 101011 101110 0 111110 111011 111000 101100101 101101 11111

Color Harmonies of #712B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B2E

Black with #712B2E

Text Example


Text Example

White with #712B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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