Html Css Color HEX #703133 Tamarillo

📋 copy color: '#703133'

red 112 ◦ green 49 ◦ blue 51

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

Shades of Tamarillo #703133

Tints of Tamarillo #703133

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

 BLUE value IS 51 (20.31% from 255) = 24.06%

R = 52.83%
G = 23.11%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#703133 (or 0x703133) is known color: Tamarillo. HEX triplet: 70, 31 and 33. RGB value is (112,49,51). Sum of RGB (Red+Green+Blue) = 112+49+51=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #703133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703133 is #8FCECC. Grayscale: #444444. Windows color (decimal): -9424589 or 3354992. OLE color: 3354992.

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

Color convert

RGB 112 49 51 -
CMYK 0 0.56 0.54 0.56
HSL 358.1º 0.39% 0.32% -
HSV(B) 358.1º 0.56% 0.44% -
XYZ 8.38 5.88 3.83 -
YUV 68.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 112 49 51 0 0.56 0.54 0.56 358.1 0.39 0.32
Hex 70 31 33 0 38 36 38 166 27 20
Octal 160 61 63 0 70 66 70 546 47 40
Binary 1110000 110001 110011 0 111000 110110 111000 101100110 100111 100000

Color Harmonies of #703133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703133

Black with #703133

Text Example


Text Example

White with #703133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703133; }

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

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

background-color css

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

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

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

border-color css

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

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

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