Html Css Color HEX #712E32 Tamarillo

📋 copy color: '#712E32'

red 113 ◦ green 46 ◦ blue 50

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

Shades of Tamarillo #712E32

Tints of Tamarillo #712E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.92%

R = 54.07%
G = 22.01%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#712E32 (or 0x712E32) is known color: Tamarillo. HEX triplet: 71, 2E and 32. RGB value is (113,46,50). Sum of RGB (Red+Green+Blue) = 113+46+50=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #712E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E32 is #8ED1CD. Grayscale: #424242. Windows color (decimal): -9359822 or 3288689. OLE color: 3288689.

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

Color convert

RGB 113 46 50 -
CMYK 0 0.59 0.56 0.56
HSL 356.42º 0.42% 0.31% -
HSV(B) 356.42º 0.59% 0.44% -
XYZ 8.36 5.69 3.68 -
YUV 66.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 113 46 50 0 0.59 0.56 0.56 356.42 0.42 0.31
Hex 71 2E 32 0 3B 38 38 164 2A 1F
Octal 161 56 62 0 73 70 70 544 52 37
Binary 1110001 101110 110010 0 111011 111000 111000 101100100 101010 11111

Color Harmonies of #712E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E32

Black with #712E32

Text Example


Text Example

White with #712E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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