Html Css Color HEX #71282E Tamarillo

📋 copy color: '#71282E'

red 113 ◦ green 40 ◦ blue 46

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

Shades of Tamarillo #71282E

Tints of Tamarillo #71282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.12%

R = 56.78%
G = 20.1%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#71282E (or 0x71282E) is known color: Tamarillo. HEX triplet: 71, 28 and 2E. RGB value is (113,40,46). Sum of RGB (Red+Green+Blue) = 113+40+46=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #71282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71282E is #8ED7D1. Grayscale: #3E3E3E. Windows color (decimal): -9361362 or 3025009. OLE color: 3025009.

HSL color Cylindrical-coordinate representation of color #71282E: hue angle of 355.07º 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 #71282E is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 40 46 -
CMYK 0 0.65 0.59 0.56
HSL 355.07º 0.48% 0.3% -
HSV(B) 355.07º 0.65% 0.44% -
XYZ 8.06 5.23 3.17 -
YUV 62.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 113 40 46 0 0.65 0.59 0.56 355.07 0.48 0.3
Hex 71 28 2E 0 41 3B 38 163 30 1E
Octal 161 50 56 0 101 73 70 543 60 36
Binary 1110001 101000 101110 0 1000001 111011 111000 101100011 110000 11110

Color Harmonies of #71282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71282E

Black with #71282E

Text Example


Text Example

White with #71282E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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