Html Css Color HEX #702E33 Tamarillo

📋 copy color: '#702E33'

red 112 ◦ green 46 ◦ blue 51

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

Shades of Tamarillo #702E33

Tints of Tamarillo #702E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.4%

R = 53.59%
G = 22.01%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#702E33 (or 0x702E33) is known color: Tamarillo. HEX triplet: 70, 2E and 33. RGB value is (112,46,51). Sum of RGB (Red+Green+Blue) = 112+46+51=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #702E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E33 is #8FD1CC. Grayscale: #424242. Windows color (decimal): -9425357 or 3354224. OLE color: 3354224.

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

Color convert

RGB 112 46 51 -
CMYK 0 0.59 0.54 0.56
HSL 355.45º 0.42% 0.31% -
HSV(B) 355.45º 0.59% 0.44% -
XYZ 8.26 5.64 3.78 -
YUV 66.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 112 46 51 0 0.59 0.54 0.56 355.45 0.42 0.31
Hex 70 2E 33 0 3B 36 38 163 2A 1F
Octal 160 56 63 0 73 66 70 543 52 37
Binary 1110000 101110 110011 0 111011 110110 111000 101100011 101010 11111

Color Harmonies of #702E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E33

Black with #702E33

Text Example


Text Example

White with #702E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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