Html Css Color HEX #703033 Tamarillo

📋 copy color: '#703033'

red 112 ◦ green 48 ◦ blue 51

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

Shades of Tamarillo #703033

Tints of Tamarillo #703033

RGB

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

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

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

R = 53.08%
G = 22.75%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#703033 (or 0x703033) is known color: Tamarillo. HEX triplet: 70, 30 and 33. RGB value is (112,48,51). Sum of RGB (Red+Green+Blue) = 112+48+51=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #703033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703033 is #8FCFCC. Grayscale: #434343. Windows color (decimal): -9424845 or 3354736. OLE color: 3354736.

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

Color convert

RGB 112 48 51 -
CMYK 0 0.57 0.54 0.56
HSL 357.19º 0.4% 0.31% -
HSV(B) 357.19º 0.57% 0.44% -
XYZ 8.34 5.8 3.81 -
YUV 67.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 112 48 51 0 0.57 0.54 0.56 357.19 0.4 0.31
Hex 70 30 33 0 39 36 38 165 28 1F
Octal 160 60 63 0 71 66 70 545 50 37
Binary 1110000 110000 110011 0 111001 110110 111000 101100101 101000 11111

Color Harmonies of #703033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703033

Black with #703033

Text Example


Text Example

White with #703033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703033; }

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

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

background-color css

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

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

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

border-color css

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

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

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