Html Css Color HEX #702E2F Tamarillo

📋 copy color: '#702E2F'

red 112 ◦ green 46 ◦ blue 47

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

Shades of Tamarillo #702E2F

Tints of Tamarillo #702E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.44%

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 54.63%
G = 22.44%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#702E2F (or 0x702E2F) is known color: Tamarillo. HEX triplet: 70, 2E and 2F. RGB value is (112,46,47). Sum of RGB (Red+Green+Blue) = 112+46+47=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #702E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E2F is #8FD1D0. Grayscale: #414141. Windows color (decimal): -9425361 or 3092080. OLE color: 3092080.

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

Color convert

RGB 112 46 47 -
CMYK 0 0.59 0.58 0.56
HSL 359.09º 0.42% 0.31% -
HSV(B) 359.09º 0.59% 0.44% -
XYZ 8.17 5.6 3.34 -
YUV 65.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 112 46 47 0 0.59 0.58 0.56 359.09 0.42 0.31
Hex 70 2E 2F 0 3B 3A 38 167 2A 1F
Octal 160 56 57 0 73 72 70 547 52 37
Binary 1110000 101110 101111 0 111011 111010 111000 101100111 101010 11111

Color Harmonies of #702E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E2F

Black with #702E2F

Text Example


Text Example

White with #702E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,46,47); }

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

background-color css

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

 a { background-color: rgb(112,46,47); }

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

border-color css

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

 span { border-color: rgb(112,46,47); }

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