Html Css Color HEX #702A32 Tamarillo

📋 copy color: '#702A32'

red 112 ◦ green 42 ◦ blue 50

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

Shades of Tamarillo #702A32

Tints of Tamarillo #702A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.59%

 BLUE value IS 50 (19.92% from 255) = 24.51%

R = 54.9%
G = 20.59%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#702A32 (or 0x702A32) is known color: Tamarillo. HEX triplet: 70, 2A and 32. RGB value is (112,42,50). Sum of RGB (Red+Green+Blue) = 112+42+50=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #702A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A32 is #8FD5CD. Grayscale: #3F3F3F. Windows color (decimal): -9426382 or 3287664. OLE color: 3287664.

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

Color convert

RGB 112 42 50 -
CMYK 0 0.62 0.55 0.56
HSL 353.14º 0.45% 0.3% -
HSV(B) 353.14º 0.63% 0.44% -
XYZ 8.09 5.33 3.62 -
YUV 63.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 112 42 50 0 0.62 0.55 0.56 353.14 0.45 0.3
Hex 70 2A 32 0 3E 37 38 161 2D 1E
Octal 160 52 62 0 76 67 70 541 55 36
Binary 1110000 101010 110010 0 111110 110111 111000 101100001 101101 11110

Color Harmonies of #702A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A32

Black with #702A32

Text Example


Text Example

White with #702A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,42,50); }

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

background-color css

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

 a { background-color: rgb(112,42,50); }

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

border-color css

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

 span { border-color: rgb(112,42,50); }

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