Html Css Color HEX #71282B Tamarillo

📋 copy color: '#71282B'

red 113 ◦ green 40 ◦ blue 43

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

Shades of Tamarillo #71282B

Tints of Tamarillo #71282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.94%

R = 57.65%
G = 20.41%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#71282B (or 0x71282B) is known color: Tamarillo. HEX triplet: 71, 28 and 2B. RGB value is (113,40,43). Sum of RGB (Red+Green+Blue) = 113+40+43=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71282B is #8ED7D4. Grayscale: #3E3E3E. Windows color (decimal): -9361365 or 2828401. OLE color: 2828401.

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

Color convert

RGB 113 40 43 -
CMYK 0 0.65 0.62 0.56
HSL 357.53º 0.48% 0.3% -
HSV(B) 357.53º 0.65% 0.44% -
XYZ 8 5.2 2.87 -
YUV 62.17 117.18 164.26 -
System Red Green Blue C M Y K H S L
Decimal 113 40 43 0 0.65 0.62 0.56 357.53 0.48 0.3
Hex 71 28 2B 0 41 3E 38 166 30 1E
Octal 161 50 53 0 101 76 70 546 60 36
Binary 1110001 101000 101011 0 1000001 111110 111000 101100110 110000 11110

Color Harmonies of #71282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71282B

Black with #71282B

Text Example


Text Example

White with #71282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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