Html Css Color HEX #712A2E Tamarillo

📋 copy color: '#712A2E'

red 113 ◦ green 42 ◦ blue 46

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

Shades of Tamarillo #712A2E

Tints of Tamarillo #712A2E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.9%

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

R = 56.22%
G = 20.9%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#712A2E (or 0x712A2E) is known color: Tamarillo. HEX triplet: 71, 2A and 2E. RGB value is (113,42,46). Sum of RGB (Red+Green+Blue) = 113+42+46=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #712A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A2E is #8ED5D1. Grayscale: #3F3F3F. Windows color (decimal): -9360850 or 3025521. OLE color: 3025521.

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

Color convert

RGB 113 42 46 -
CMYK 0 0.63 0.59 0.56
HSL 356.62º 0.46% 0.3% -
HSV(B) 356.62º 0.63% 0.44% -
XYZ 8.13 5.36 3.19 -
YUV 63.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 113 42 46 0 0.63 0.59 0.56 356.62 0.46 0.3
Hex 71 2A 2E 0 3F 3B 38 165 2E 1E
Octal 161 52 56 0 77 73 70 545 56 36
Binary 1110001 101010 101110 0 111111 111011 111000 101100101 101110 11110

Color Harmonies of #712A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A2E

Black with #712A2E

Text Example


Text Example

White with #712A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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