Html Css Color HEX #71282C Tamarillo

📋 copy color: '#71282C'

red 113 ◦ green 40 ◦ blue 44

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

Shades of Tamarillo #71282C

Tints of Tamarillo #71282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 57.36%
G = 20.3%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#71282C (or 0x71282C) is known color: Tamarillo. HEX triplet: 71, 28 and 2C. RGB value is (113,40,44). Sum of RGB (Red+Green+Blue) = 113+40+44=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #71282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71282C is #8ED7D3. Grayscale: #3E3E3E. Windows color (decimal): -9361364 or 2893937. OLE color: 2893937.

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

Color convert

RGB 113 40 44 -
CMYK 0 0.65 0.61 0.56
HSL 356.71º 0.48% 0.3% -
HSV(B) 356.71º 0.65% 0.44% -
XYZ 8.02 5.21 2.97 -
YUV 62.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 113 40 44 0 0.65 0.61 0.56 356.71 0.48 0.3
Hex 71 28 2C 0 41 3D 38 165 30 1E
Octal 161 50 54 0 101 75 70 545 60 36
Binary 1110001 101000 101100 0 1000001 111101 111000 101100101 110000 11110

Color Harmonies of #71282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71282C

Black with #71282C

Text Example


Text Example

White with #71282C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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