Html Css Color HEX #712C34 Tamarillo

📋 copy color: '#712C34'

red 113 ◦ green 44 ◦ blue 52

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

Shades of Tamarillo #712C34

Tints of Tamarillo #712C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.05%

 BLUE value IS 52 (20.7% from 255) = 24.88%

R = 54.07%
G = 21.05%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#712C34 (or 0x712C34) is known color: Tamarillo. HEX triplet: 71, 2C and 34. RGB value is (113,44,52). Sum of RGB (Red+Green+Blue) = 113+44+52=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #712C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C34 is #8ED3CB. Grayscale: #414141. Windows color (decimal): -9360332 or 3419249. OLE color: 3419249.

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

Color convert

RGB 113 44 52 -
CMYK 0 0.61 0.54 0.56
HSL 353.04º 0.44% 0.31% -
HSV(B) 353.04º 0.61% 0.44% -
XYZ 8.33 5.56 3.88 -
YUV 65.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 113 44 52 0 0.61 0.54 0.56 353.04 0.44 0.31
Hex 71 2C 34 0 3D 36 38 161 2C 1F
Octal 161 54 64 0 75 66 70 541 54 37
Binary 1110001 101100 110100 0 111101 110110 111000 101100001 101100 11111

Color Harmonies of #712C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C34

Black with #712C34

Text Example


Text Example

White with #712C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,44,52); }

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

background-color css

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

 a { background-color: rgb(113,44,52); }

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

border-color css

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

 span { border-color: rgb(113,44,52); }

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