Html Css Color HEX #703031 Tamarillo

📋 copy color: '#703031'

red 112 ◦ green 48 ◦ blue 49

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

Shades of Tamarillo #703031

Tints of Tamarillo #703031

RGB

 RED value IS 112 (44.14% from 255) = 53.59%

 GREEN value IS 48 (19.14% from 255) = 22.97%

 BLUE value IS 49 (19.53% from 255) = 23.44%

R = 53.59%
G = 22.97%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#703031 (or 0x703031) is known color: Tamarillo. HEX triplet: 70, 30 and 31. RGB value is (112,48,49). Sum of RGB (Red+Green+Blue) = 112+48+49=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #703031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703031 is #8FCFCE. Grayscale: #434343. Windows color (decimal): -9424847 or 3223664. OLE color: 3223664.

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

Color convert

RGB 112 48 49 -
CMYK 0 0.57 0.56 0.56
HSL 359.06º 0.4% 0.31% -
HSV(B) 359.06º 0.57% 0.44% -
XYZ 8.29 5.78 3.58 -
YUV 67.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 112 48 49 0 0.57 0.56 0.56 359.06 0.4 0.31
Hex 70 30 31 0 39 38 38 167 28 1F
Octal 160 60 61 0 71 70 70 547 50 37
Binary 1110000 110000 110001 0 111001 111000 111000 101100111 101000 11111

Color Harmonies of #703031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703031

Black with #703031

Text Example


Text Example

White with #703031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703031; }

 p { color: rgb(112,48,49); }

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

background-color css

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

 a { background-color: rgb(112,48,49); }

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

border-color css

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

 span { border-color: rgb(112,48,49); }

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