Html Css Color HEX #712930 Tamarillo

📋 copy color: '#712930'

red 113 ◦ green 41 ◦ blue 48

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

Shades of Tamarillo #712930

Tints of Tamarillo #712930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.3%

 BLUE value IS 48 (19.14% from 255) = 23.76%

R = 55.94%
G = 20.3%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#712930 (or 0x712930) is known color: Tamarillo. HEX triplet: 71, 29 and 30. RGB value is (113,41,48). Sum of RGB (Red+Green+Blue) = 113+41+48=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #712930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712930 is #8ED6CF. Grayscale: #3F3F3F. Windows color (decimal): -9361104 or 3156337. OLE color: 3156337.

HSL color Cylindrical-coordinate representation of color #712930: hue angle of 354.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #712930 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 48 -
CMYK 0 0.64 0.58 0.56
HSL 354.17º 0.47% 0.3% -
HSV(B) 354.17º 0.64% 0.44% -
XYZ 8.14 5.31 3.39 -
YUV 63.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 113 41 48 0 0.64 0.58 0.56 354.17 0.47 0.3
Hex 71 29 30 0 40 3A 38 162 2F 1E
Octal 161 51 60 0 100 72 70 542 57 36
Binary 1110001 101001 110000 0 1000000 111010 111000 101100010 101111 11110

Color Harmonies of #712930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712930

Black with #712930

Text Example


Text Example

White with #712930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712930; }

 p { color: rgb(113,41,48); }

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

background-color css

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

 a { background-color: rgb(113,41,48); }

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

border-color css

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

 span { border-color: rgb(113,41,48); }

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