Html Css Color HEX #712728 Tamarillo

📋 copy color: '#712728'

red 113 ◦ green 39 ◦ blue 40

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

Shades of Tamarillo #712728

Tints of Tamarillo #712728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.83%

R = 58.85%
G = 20.31%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#712728 (or 0x712728) is known color: Tamarillo. HEX triplet: 71, 27 and 28. RGB value is (113,39,40). Sum of RGB (Red+Green+Blue) = 113+39+40=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #712728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712728 is #8ED8D7. Grayscale: #3D3D3D. Windows color (decimal): -9361624 or 2631537. OLE color: 2631537.

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

Color convert

RGB 113 39 40 -
CMYK 0 0.65 0.65 0.56
HSL 359.19º 0.49% 0.3% -
HSV(B) 359.19º 0.65% 0.44% -
XYZ 7.92 5.11 2.58 -
YUV 61.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 113 39 40 0 0.65 0.65 0.56 359.19 0.49 0.3
Hex 71 27 28 0 41 41 38 167 31 1E
Octal 161 47 50 0 101 101 70 547 61 36
Binary 1110001 100111 101000 0 1000001 1000001 111000 101100111 110001 11110

Color Harmonies of #712728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712728

Black with #712728

Text Example


Text Example

White with #712728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712728; }

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

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

background-color css

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

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

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

border-color css

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

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

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