Html Css Color HEX #71282A Tamarillo

📋 copy color: '#71282A'

red 113 ◦ green 40 ◦ blue 42

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

Shades of Tamarillo #71282A

Tints of Tamarillo #71282A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.51%

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

R = 57.95%
G = 20.51%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71282A (or 0x71282A) is known color: Tamarillo. HEX triplet: 71, 28 and 2A. RGB value is (113,40,42). Sum of RGB (Red+Green+Blue) = 113+40+42=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71282A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71282A is #8ED7D5. Grayscale: #3E3E3E. Windows color (decimal): -9361366 or 2762865. OLE color: 2762865.

HSL color Cylindrical-coordinate representation of color #71282A: hue angle of 358.36º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71282A is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 40 42 -
CMYK 0 0.65 0.63 0.56
HSL 358.36º 0.48% 0.3% -
HSV(B) 358.36º 0.65% 0.44% -
XYZ 7.99 5.2 2.77 -
YUV 62.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 113 40 42 0 0.65 0.63 0.56 358.36 0.48 0.3
Hex 71 28 2A 0 41 3F 38 166 30 1E
Octal 161 50 52 0 101 77 70 546 60 36
Binary 1110001 101000 101010 0 1000001 111111 111000 101100110 110000 11110

Color Harmonies of #71282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71282A

Black with #71282A

Text Example


Text Example

White with #71282A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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