Html Css Color HEX #702B2D Tamarillo

📋 copy color: '#702B2D'

red 112 ◦ green 43 ◦ blue 45

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

Shades of Tamarillo #702B2D

Tints of Tamarillo #702B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.5%

 BLUE value IS 45 (17.97% from 255) = 22.5%

R = 56%
G = 21.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#702B2D (or 0x702B2D) is known color: Tamarillo. HEX triplet: 70, 2B and 2D. RGB value is (112,43,45). Sum of RGB (Red+Green+Blue) = 112+43+45=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #702B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B2D is #8FD4D2. Grayscale: #3F3F3F. Windows color (decimal): -9426131 or 2960240. OLE color: 2960240.

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

Color convert

RGB 112 43 45 -
CMYK 0 0.62 0.60 0.56
HSL 358.26º 0.45% 0.3% -
HSV(B) 358.26º 0.62% 0.44% -
XYZ 8.02 5.36 3.09 -
YUV 63.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 112 43 45 0 0.62 0.60 0.56 358.26 0.45 0.3
Hex 70 2B 2D 0 3E 3C 38 166 2D 1E
Octal 160 53 55 0 76 74 70 546 55 36
Binary 1110000 101011 101101 0 111110 111100 111000 101100110 101101 11110

Color Harmonies of #702B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B2D

Black with #702B2D

Text Example


Text Example

White with #702B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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