Html Css Color HEX #702C2F Tamarillo

📋 copy color: '#702C2F'

red 112 ◦ green 44 ◦ blue 47

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

Shades of Tamarillo #702C2F

Tints of Tamarillo #702C2F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

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

R = 55.17%
G = 21.67%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#702C2F (or 0x702C2F) is known color: Tamarillo. HEX triplet: 70, 2C and 2F. RGB value is (112,44,47). Sum of RGB (Red+Green+Blue) = 112+44+47=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #702C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C2F is #8FD3D0. Grayscale: #404040. Windows color (decimal): -9425873 or 3091568. OLE color: 3091568.

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

Color convert

RGB 112 44 47 -
CMYK 0 0.61 0.58 0.56
HSL 357.35º 0.44% 0.31% -
HSV(B) 357.35º 0.61% 0.44% -
XYZ 8.1 5.45 3.31 -
YUV 64.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 112 44 47 0 0.61 0.58 0.56 357.35 0.44 0.31
Hex 70 2C 2F 0 3D 3A 38 165 2C 1F
Octal 160 54 57 0 75 72 70 545 54 37
Binary 1110000 101100 101111 0 111101 111010 111000 101100101 101100 11111

Color Harmonies of #702C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C2F

Black with #702C2F

Text Example


Text Example

White with #702C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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