Html Css Color HEX #702E31 Tamarillo

📋 copy color: '#702E31'

red 112 ◦ green 46 ◦ blue 49

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

Shades of Tamarillo #702E31

Tints of Tamarillo #702E31

RGB

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

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

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

R = 54.11%
G = 22.22%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#702E31 (or 0x702E31) is known color: Tamarillo. HEX triplet: 70, 2E and 31. RGB value is (112,46,49). Sum of RGB (Red+Green+Blue) = 112+46+49=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #702E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E31 is #8FD1CE. Grayscale: #424242. Windows color (decimal): -9425359 or 3223152. OLE color: 3223152.

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

Color convert

RGB 112 46 49 -
CMYK 0 0.59 0.56 0.56
HSL 357.27º 0.42% 0.31% -
HSV(B) 357.27º 0.59% 0.44% -
XYZ 8.21 5.62 3.56 -
YUV 66.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 112 46 49 0 0.59 0.56 0.56 357.27 0.42 0.31
Hex 70 2E 31 0 3B 38 38 165 2A 1F
Octal 160 56 61 0 73 70 70 545 52 37
Binary 1110000 101110 110001 0 111011 111000 111000 101100101 101010 11111

Color Harmonies of #702E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E31

Black with #702E31

Text Example


Text Example

White with #702E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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