Html Css Color HEX #71292A Tamarillo

📋 copy color: '#71292A'

red 113 ◦ green 41 ◦ blue 42

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

Shades of Tamarillo #71292A

Tints of Tamarillo #71292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.43%

R = 57.65%
G = 20.92%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71292A (or 0x71292A) is known color: Tamarillo. HEX triplet: 71, 29 and 2A. RGB value is (113,41,42). Sum of RGB (Red+Green+Blue) = 113+41+42=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71292A is #8ED6D5. Grayscale: #3E3E3E. Windows color (decimal): -9361110 or 2763121. OLE color: 2763121.

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

Color convert

RGB 113 41 42 -
CMYK 0 0.64 0.63 0.56
HSL 359.17º 0.47% 0.3% -
HSV(B) 359.17º 0.64% 0.44% -
XYZ 8.02 5.26 2.78 -
YUV 62.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 113 41 42 0 0.64 0.63 0.56 359.17 0.47 0.3
Hex 71 29 2A 0 40 3F 38 167 2F 1E
Octal 161 51 52 0 100 77 70 547 57 36
Binary 1110001 101001 101010 0 1000000 111111 111000 101100111 101111 11110

Color Harmonies of #71292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71292A

Black with #71292A

Text Example


Text Example

White with #71292A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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