Html Css Color HEX #71292D Tamarillo

📋 copy color: '#71292D'

red 113 ◦ green 41 ◦ blue 45

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

Shades of Tamarillo #71292D

Tints of Tamarillo #71292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.61%

R = 56.78%
G = 20.6%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71292D (or 0x71292D) is known color: Tamarillo. HEX triplet: 71, 29 and 2D. RGB value is (113,41,45). Sum of RGB (Red+Green+Blue) = 113+41+45=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #71292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71292D is #8ED6D2. Grayscale: #3F3F3F. Windows color (decimal): -9361107 or 2959729. OLE color: 2959729.

HSL color Cylindrical-coordinate representation of color #71292D: hue angle of 356.67º 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 #71292D is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 45 -
CMYK 0 0.64 0.60 0.56
HSL 356.67º 0.47% 0.3% -
HSV(B) 356.67º 0.64% 0.44% -
XYZ 8.08 5.29 3.08 -
YUV 62.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 113 41 45 0 0.64 0.60 0.56 356.67 0.47 0.3
Hex 71 29 2D 0 40 3C 38 165 2F 1E
Octal 161 51 55 0 100 74 70 545 57 36
Binary 1110001 101001 101101 0 1000000 111100 111000 101100101 101111 11110

Color Harmonies of #71292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71292D

Black with #71292D

Text Example


Text Example

White with #71292D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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