Html Css Color HEX #702829 Tamarillo

📋 copy color: '#702829'

red 112 ◦ green 40 ◦ blue 41

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

Shades of Tamarillo #702829

Tints of Tamarillo #702829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.73%

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 58.03%
G = 20.73%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#702829 (or 0x702829) is known color: Tamarillo. HEX triplet: 70, 28 and 29. RGB value is (112,40,41). Sum of RGB (Red+Green+Blue) = 112+40+41=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #702829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702829 is #8FD7D6. Grayscale: #3D3D3D. Windows color (decimal): -9426903 or 2697328. OLE color: 2697328.

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

Color convert

RGB 112 40 41 -
CMYK 0 0.64 0.63 0.56
HSL 359.17º 0.47% 0.3% -
HSV(B) 359.17º 0.64% 0.44% -
XYZ 7.84 5.12 2.67 -
YUV 61.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 112 40 41 0 0.64 0.63 0.56 359.17 0.47 0.3
Hex 70 28 29 0 40 3F 38 167 2F 1E
Octal 160 50 51 0 100 77 70 547 57 36
Binary 1110000 101000 101001 0 1000000 111111 111000 101100111 101111 11110

Color Harmonies of #702829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702829

Black with #702829

Text Example


Text Example

White with #702829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702829; }

 p { color: rgb(112,40,41); }

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

background-color css

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

 a { background-color: rgb(112,40,41); }

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

border-color css

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

 span { border-color: rgb(112,40,41); }

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