Html Css Color HEX #703233 Tamarillo

📋 copy color: '#703233'

red 112 ◦ green 50 ◦ blue 51

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

Shades of Tamarillo #703233

Tints of Tamarillo #703233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

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

R = 52.58%
G = 23.47%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#703233 (or 0x703233) is known color: Tamarillo. HEX triplet: 70, 32 and 33. RGB value is (112,50,51). Sum of RGB (Red+Green+Blue) = 112+50+51=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #703233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703233 is #8FCDCC. Grayscale: #444444. Windows color (decimal): -9424333 or 3355248. OLE color: 3355248.

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

Color convert

RGB 112 50 51 -
CMYK 0 0.55 0.54 0.56
HSL 359.03º 0.38% 0.32% -
HSV(B) 359.03º 0.55% 0.44% -
XYZ 8.42 5.96 3.84 -
YUV 68.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 112 50 51 0 0.55 0.54 0.56 359.03 0.38 0.32
Hex 70 32 33 0 37 36 38 167 26 20
Octal 160 62 63 0 67 66 70 547 46 40
Binary 1110000 110010 110011 0 110111 110110 111000 101100111 100110 100000

Color Harmonies of #703233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703233

Black with #703233

Text Example


Text Example

White with #703233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703233; }

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

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

background-color css

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

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

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

border-color css

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

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

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