Html Css Color HEX #702A2B Tamarillo

📋 copy color: '#702A2B'

red 112 ◦ green 42 ◦ blue 43

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

Shades of Tamarillo #702A2B

Tints of Tamarillo #702A2B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.32%

 BLUE value IS 43 (17.19% from 255) = 21.83%

R = 56.85%
G = 21.32%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#702A2B (or 0x702A2B) is known color: Tamarillo. HEX triplet: 70, 2A and 2B. RGB value is (112,42,43). Sum of RGB (Red+Green+Blue) = 112+42+43=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #702A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A2B is #8FD5D4. Grayscale: #3F3F3F. Windows color (decimal): -9426389 or 2828912. OLE color: 2828912.

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

Color convert

RGB 112 42 43 -
CMYK 0 0.62 0.62 0.56
HSL 359.14º 0.45% 0.3% -
HSV(B) 359.14º 0.63% 0.44% -
XYZ 7.95 5.28 2.88 -
YUV 63.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 112 42 43 0 0.62 0.62 0.56 359.14 0.45 0.3
Hex 70 2A 2B 0 3E 3E 38 167 2D 1E
Octal 160 52 53 0 76 76 70 547 55 36
Binary 1110000 101010 101011 0 111110 111110 111000 101100111 101101 11110

Color Harmonies of #702A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A2B

Black with #702A2B

Text Example


Text Example

White with #702A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702A2B; }

 p { color: rgb(112,42,43); }

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

background-color css

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

 a { background-color: rgb(112,42,43); }

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

border-color css

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

 span { border-color: rgb(112,42,43); }

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