Html Css Color HEX #71272B Tamarillo

📋 copy color: '#71272B'

red 113 ◦ green 39 ◦ blue 43

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

Shades of Tamarillo #71272B

Tints of Tamarillo #71272B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20%

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

R = 57.95%
G = 20%
B = 22.05%

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

#71272B (or 0x71272B) is known color: Tamarillo. HEX triplet: 71, 27 and 2B. RGB value is (113,39,43). Sum of RGB (Red+Green+Blue) = 113+39+43=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71272B is #8ED8D4. Grayscale: #3D3D3D. Windows color (decimal): -9361621 or 2828145. OLE color: 2828145.

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

Color convert

RGB 113 39 43 -
CMYK 0 0.65 0.62 0.56
HSL 356.76º 0.49% 0.3% -
HSV(B) 356.76º 0.65% 0.44% -
XYZ 7.97 5.14 2.86 -
YUV 61.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 113 39 43 0 0.65 0.62 0.56 356.76 0.49 0.3
Hex 71 27 2B 0 41 3E 38 165 31 1E
Octal 161 47 53 0 101 76 70 545 61 36
Binary 1110001 100111 101011 0 1000001 111110 111000 101100101 110001 11110

Color Harmonies of #71272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71272B

Black with #71272B

Text Example


Text Example

White with #71272B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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