Html Css Color HEX #712F30 Tamarillo

📋 copy color: '#712F30'

red 113 ◦ green 47 ◦ blue 48

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

Shades of Tamarillo #712F30

Tints of Tamarillo #712F30

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.6%

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

R = 54.33%
G = 22.6%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#712F30 (or 0x712F30) is known color: Tamarillo. HEX triplet: 71, 2F and 30. RGB value is (113,47,48). Sum of RGB (Red+Green+Blue) = 113+47+48=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #712F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F30 is #8ED0CF. Grayscale: #424242. Windows color (decimal): -9359568 or 3157873. OLE color: 3157873.

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

Color convert

RGB 113 47 48 -
CMYK 0 0.58 0.58 0.56
HSL 359.09º 0.41% 0.31% -
HSV(B) 359.09º 0.58% 0.44% -
XYZ 8.36 5.76 3.47 -
YUV 66.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 113 47 48 0 0.58 0.58 0.56 359.09 0.41 0.31
Hex 71 2F 30 0 3A 3A 38 167 29 1F
Octal 161 57 60 0 72 72 70 547 51 37
Binary 1110001 101111 110000 0 111010 111010 111000 101100111 101001 11111

Color Harmonies of #712F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F30

Black with #712F30

Text Example


Text Example

White with #712F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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