Html Css Color HEX #71292F Tamarillo

📋 copy color: '#71292F'

red 113 ◦ green 41 ◦ blue 47

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

Shades of Tamarillo #71292F

Tints of Tamarillo #71292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.4%

 BLUE value IS 47 (18.75% from 255) = 23.38%

R = 56.22%
G = 20.4%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71292F (or 0x71292F) is known color: Tamarillo. HEX triplet: 71, 29 and 2F. RGB value is (113,41,47). Sum of RGB (Red+Green+Blue) = 113+41+47=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #71292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71292F is #8ED6D0. Grayscale: #3F3F3F. Windows color (decimal): -9361105 or 3090801. OLE color: 3090801.

HSL color Cylindrical-coordinate representation of color #71292F: hue angle of 355º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71292F is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 47 -
CMYK 0 0.64 0.58 0.56
HSL 355º 0.47% 0.3% -
HSV(B) 355º 0.64% 0.44% -
XYZ 8.12 5.3 3.28 -
YUV 63.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 113 41 47 0 0.64 0.58 0.56 355 0.47 0.3
Hex 71 29 2F 0 40 3A 38 163 2F 1E
Octal 161 51 57 0 100 72 70 543 57 36
Binary 1110001 101001 101111 0 1000000 111010 111000 101100011 101111 11110

Color Harmonies of #71292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71292F

Black with #71292F

Text Example


Text Example

White with #71292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71292F; }

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

 H1.HeaderClassName
 {
   color: #71292F;
 }
 .AnyTagClassName
 {
   color: #71292F;
 }
</style>

background-color css

<style>
 a { background-color: #71292F; }

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

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

border-color css

<style>
 span { border-color: #71292F; }

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

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