Html Css Color HEX #702933 Tamarillo

📋 copy color: '#702933'

red 112 ◦ green 41 ◦ blue 51

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

Shades of Tamarillo #702933

Tints of Tamarillo #702933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.1%

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

R = 54.9%
G = 20.1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#702933 (or 0x702933) is known color: Tamarillo. HEX triplet: 70, 29 and 33. RGB value is (112,41,51). Sum of RGB (Red+Green+Blue) = 112+41+51=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #702933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702933 is #8FD6CC. Grayscale: #3F3F3F. Windows color (decimal): -9426637 or 3352944. OLE color: 3352944.

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

Color convert

RGB 112 41 51 -
CMYK 0 0.63 0.54 0.56
HSL 351.55º 0.46% 0.3% -
HSV(B) 351.55º 0.63% 0.44% -
XYZ 8.07 5.27 3.72 -
YUV 63.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 112 41 51 0 0.63 0.54 0.56 351.55 0.46 0.3
Hex 70 29 33 0 3F 36 38 160 2E 1E
Octal 160 51 63 0 77 66 70 540 56 36
Binary 1110000 101001 110011 0 111111 110110 111000 101100000 101110 11110

Color Harmonies of #702933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702933

Black with #702933

Text Example


Text Example

White with #702933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702933; }

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

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

background-color css

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

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

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

border-color css

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

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

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