Html Css Color HEX #712F32 Tamarillo

📋 copy color: '#712F32'

red 113 ◦ green 47 ◦ blue 50

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

Shades of Tamarillo #712F32

Tints of Tamarillo #712F32

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.38%

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

R = 53.81%
G = 22.38%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#712F32 (or 0x712F32) is known color: Tamarillo. HEX triplet: 71, 2F and 32. RGB value is (113,47,50). Sum of RGB (Red+Green+Blue) = 113+47+50=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #712F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F32 is #8ED0CD. Grayscale: #434343. Windows color (decimal): -9359566 or 3288945. OLE color: 3288945.

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

Color convert

RGB 113 47 50 -
CMYK 0 0.58 0.56 0.56
HSL 357.27º 0.41% 0.31% -
HSV(B) 357.27º 0.58% 0.44% -
XYZ 8.4 5.77 3.69 -
YUV 67.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 113 47 50 0 0.58 0.56 0.56 357.27 0.41 0.31
Hex 71 2F 32 0 3A 38 38 165 29 1F
Octal 161 57 62 0 72 70 70 545 51 37
Binary 1110001 101111 110010 0 111010 111000 111000 101100101 101001 11111

Color Harmonies of #712F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F32

Black with #712F32

Text Example


Text Example

White with #712F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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